-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Fix formatting of YAML files using prettier
- Loading branch information
Showing
7 changed files
with
170 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,18 @@ | ||
--- | ||
Checks: '-*,modernize-use-bool-literals,modernize-use-nullptr,modernize-use-override,readability-braces-around-statements,readability-namespace-comment,readability-non-const-parameter,readability-qualified-auto' | ||
WarningsAsErrors: '' | ||
HeaderFilterRegex: '' | ||
Checks: "-*,modernize-use-bool-literals,modernize-use-nullptr,modernize-use-override,readability-braces-around-statements,readability-namespace-comment,readability-non-const-parameter,readability-qualified-auto" | ||
WarningsAsErrors: "" | ||
HeaderFilterRegex: "" | ||
AnalyzeTemporaryDtors: false | ||
FormatStyle: none | ||
User: user | ||
FormatStyle: none | ||
User: user | ||
CheckOptions: | ||
- key: readability-braces-around-statements.ShortStatementLines | ||
value: 0 | ||
- key: readability-namespace-comments.ShortNamespaceLines | ||
value: 0 | ||
- key: readability-namespace-comments.SpacesBeforeComments | ||
value: 1 | ||
- key: readability-qualified-auto.AddConstToQualified | ||
value: true | ||
- key: modernize-use-nullptr.NullMacros | ||
value: 'NULL' | ||
... | ||
- key: readability-braces-around-statements.ShortStatementLines | ||
value: 0 | ||
- key: readability-namespace-comments.ShortNamespaceLines | ||
value: 0 | ||
- key: readability-namespace-comments.SpacesBeforeComments | ||
value: 1 | ||
- key: readability-qualified-auto.AddConstToQualified | ||
value: true | ||
- key: modernize-use-nullptr.NullMacros | ||
value: "NULL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
build: | ||
- default.nix | ||
- CMakeLists.txt | ||
- build/** | ||
- cmake/** | ||
- default.nix | ||
- CMakeLists.txt | ||
- build/** | ||
- cmake/** | ||
|
||
code quality: | ||
- src/test/** | ||
- .clang-format | ||
- .codespell | ||
- .eslint* | ||
- .flake8 | ||
- .pre-commit-config.yaml | ||
- pyproject.toml | ||
- src/test/** | ||
- .clang-format | ||
- .codespell | ||
- .eslint* | ||
- .flake8 | ||
- .pre-commit-config.yaml | ||
- pyproject.toml | ||
|
||
controllers: | ||
- res/controllers/** | ||
- res/controllers/** | ||
|
||
library: | ||
- src/library/** | ||
- src/library/** | ||
|
||
skins: | ||
- res/skins/** | ||
- res/skins/** | ||
|
||
ui: | ||
- src/**.ui | ||
- src/dialog/** | ||
- src/preferences/** | ||
- src/widget/** | ||
- src/**.ui | ||
- src/dialog/** | ||
- src/preferences/** | ||
- src/widget/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,15 @@ jobs: | |
name: Trigger Changelog update on manual repository | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get current branch name | ||
uses: nelonoel/[email protected] | ||
- name: Start workflow run on manual repository | ||
uses: peter-evans/repository-dispatch@v1 | ||
if: env.MIXXXBOT_TOKEN != null | ||
with: | ||
token: ${{ env.MIXXXBOT_TOKEN }} | ||
repository: mixxxdj/manual | ||
event-type: update-changelog | ||
client-payload: '{"branch": "${{ env.BRANCH_NAME }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' | ||
env: | ||
MIXXXBOT_TOKEN: ${{ secrets.MIXXXBOT_CHANGELOG_AUTOUPDATER_PAT }} | ||
- name: Get current branch name | ||
uses: nelonoel/[email protected] | ||
- name: Start workflow run on manual repository | ||
uses: peter-evans/repository-dispatch@v1 | ||
if: env.MIXXXBOT_TOKEN != null | ||
with: | ||
token: ${{ env.MIXXXBOT_TOKEN }} | ||
repository: mixxxdj/manual | ||
event-type: update-changelog | ||
client-payload: '{"branch": "${{ env.BRANCH_NAME }}", "ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' | ||
env: | ||
MIXXXBOT_TOKEN: ${{ secrets.MIXXXBOT_CHANGELOG_AUTOUPDATER_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters