-
-
Notifications
You must be signed in to change notification settings - Fork 450
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Format YAML and JSON Files With Prettier (#4304)
* ci: format yaml and json files with prettier * chore: add changelog entry * fix: format everything * ci: run pretter on all files * ci: rename prettier step
- Loading branch information
Showing
20 changed files
with
303 additions
and
268 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,56 +1,56 @@ | ||
Checks: '-*, | ||
clang-diagnostic-*, | ||
llvm-*, | ||
misc-*, | ||
-misc-unused-parameters, | ||
readability-identifier-naming, | ||
-llvm-header-guard, | ||
-llvm-include-order, | ||
modernize-*, | ||
readability-*, | ||
performance-*, | ||
misc-*, | ||
bugprone-*, | ||
cert-*, | ||
cppcoreguidelines-*, | ||
-cppcoreguidelines-pro-type-cstyle-cast, | ||
-cppcoreguidelines-pro-bounds-pointer-arithmetic, | ||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay, | ||
-cppcoreguidelines-pro-type-member-init, | ||
-cppcoreguidelines-owning-memory, | ||
-cppcoreguidelines-avoid-magic-numbers, | ||
-readability-magic-numbers, | ||
-performance-noexcept-move-constructor, | ||
-misc-non-private-member-variables-in-classes, | ||
-cppcoreguidelines-non-private-member-variables-in-classes, | ||
-cppcoreguidelines-special-member-functions, | ||
-modernize-use-nodiscard, | ||
-modernize-use-trailing-return-type, | ||
-readability-identifier-length, | ||
-readability-function-cognitive-complexity, | ||
-bugprone-easily-swappable-parameters, | ||
-cert-err58-cpp, | ||
' | ||
Checks: "-*, | ||
clang-diagnostic-*, | ||
llvm-*, | ||
misc-*, | ||
-misc-unused-parameters, | ||
readability-identifier-naming, | ||
-llvm-header-guard, | ||
-llvm-include-order, | ||
modernize-*, | ||
readability-*, | ||
performance-*, | ||
misc-*, | ||
bugprone-*, | ||
cert-*, | ||
cppcoreguidelines-*, | ||
-cppcoreguidelines-pro-type-cstyle-cast, | ||
-cppcoreguidelines-pro-bounds-pointer-arithmetic, | ||
-cppcoreguidelines-pro-bounds-array-to-pointer-decay, | ||
-cppcoreguidelines-pro-type-member-init, | ||
-cppcoreguidelines-owning-memory, | ||
-cppcoreguidelines-avoid-magic-numbers, | ||
-readability-magic-numbers, | ||
-performance-noexcept-move-constructor, | ||
-misc-non-private-member-variables-in-classes, | ||
-cppcoreguidelines-non-private-member-variables-in-classes, | ||
-cppcoreguidelines-special-member-functions, | ||
-modernize-use-nodiscard, | ||
-modernize-use-trailing-return-type, | ||
-readability-identifier-length, | ||
-readability-function-cognitive-complexity, | ||
-bugprone-easily-swappable-parameters, | ||
-cert-err58-cpp, | ||
" | ||
CheckOptions: | ||
- key: readability-identifier-naming.ClassCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.EnumCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.FunctionCase | ||
value: camelBack | ||
- key: readability-identifier-naming.MemberCase | ||
value: camelBack | ||
- key: readability-identifier-naming.PrivateMemberIgnoredRegexp | ||
value: .* | ||
- key: readability-identifier-naming.PrivateMemberSuffix | ||
value: _ | ||
- key: readability-identifier-naming.ProtectedMemberSuffix | ||
value: _ | ||
- key: readability-identifier-naming.UnionCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.GlobalConstantCase | ||
value: UPPER_CASE | ||
- key: readability-identifier-naming.VariableCase | ||
value: camelBack | ||
- key: readability-implicit-bool-conversion.AllowPointerConditions | ||
value: true | ||
- key: readability-identifier-naming.ClassCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.EnumCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.FunctionCase | ||
value: camelBack | ||
- key: readability-identifier-naming.MemberCase | ||
value: camelBack | ||
- key: readability-identifier-naming.PrivateMemberIgnoredRegexp | ||
value: .* | ||
- key: readability-identifier-naming.PrivateMemberSuffix | ||
value: _ | ||
- key: readability-identifier-naming.ProtectedMemberSuffix | ||
value: _ | ||
- key: readability-identifier-naming.UnionCase | ||
value: CamelCase | ||
- key: readability-identifier-naming.GlobalConstantCase | ||
value: UPPER_CASE | ||
- key: readability-identifier-naming.VariableCase | ||
value: camelBack | ||
- key: readability-implicit-bool-conversion.AllowPointerConditions | ||
value: true |
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 +1 @@ | ||
custom: "https://streamelements.com/fourtf/tip" | ||
custom: "https://streamelements.com/fourtf/tip" |
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,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Issue about the Chatterino Browser Extension | ||
url: https://github.com/Chatterino/chatterino-browser-ext/issues | ||
about: Make a suggestion or report a bug about the Chatterino browser extension. | ||
- name: Suggestions or feature request | ||
url: https://github.com/chatterino/chatterino2/discussions/categories/ideas | ||
about: Got something you think should change or be added? Search for or start a new discussion! | ||
- name: Help | ||
url: https://github.com/chatterino/chatterino2/discussions/categories/q-a | ||
about: Chatterino2 not working as you'd expect? Not sure it's a bug? Check the Q&A section! | ||
- name: Issue about the Chatterino Browser Extension | ||
url: https://github.com/Chatterino/chatterino-browser-ext/issues | ||
about: Make a suggestion or report a bug about the Chatterino browser extension. | ||
- name: Suggestions or feature request | ||
url: https://github.com/chatterino/chatterino2/discussions/categories/ideas | ||
about: Got something you think should change or be added? Search for or start a new discussion! | ||
- name: Help | ||
url: https://github.com/chatterino/chatterino2/discussions/categories/q-a | ||
about: Chatterino2 not working as you'd expect? Not sure it's a bug? Check the Q&A section! |
Oops, something went wrong.