-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from dpilger26/v2_10_0
V2 10 0
- Loading branch information
Showing
1,712 changed files
with
90,708 additions
and
65,523 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Checks: > | ||
clang-analyzer-*, | ||
# cppcoreguidelines-*, | ||
# bugprone-*, | ||
# -bugprone-easily-swappable-parameters, | ||
google-readability-*, | ||
modernize-*, | ||
-modernize-use-trailing-return-type, | ||
# Turn all the warnings from the checks above into errors. | ||
WarningsAsErrors: "*" | ||
|
||
CheckOptions: | ||
- { key: readability-identifier-naming.NamespaceCase, value: lower_case } | ||
- { key: readability-identifier-naming.ClassCase, value: CamelCase } | ||
- { key: readability-identifier-naming.ClassMethodCase, value: camelBack } | ||
- { key: readability-identifier-naming.StructCase, value: CamelCase } | ||
- { | ||
key: readability-identifier-naming.TemplateParameterCase, | ||
value: CamelCase, | ||
} | ||
- { key: readability-identifier-naming.FunctionCase, value: camelBack } | ||
- { key: readability-identifier-naming.VariableCase, value: camelBack } | ||
- { key: readability-identifier-naming.PrivateMemberSuffix, value: _ } | ||
- { key: readability-identifier-naming.ProtectedMemberSuffix, value: _ } | ||
- { | ||
key: readability-identifier-naming.MacroDefinitionCase, | ||
value: UPPER_CASE, | ||
} | ||
- { key: readability-identifier-naming.EnumConstantCase, value: UPPER_CASE } | ||
- { | ||
key: readability-identifier-naming.ConstexprVariableCase, | ||
value: UPPER_CASE, | ||
} | ||
- { key: readability-identifier-naming.GlobalConstantCase, value: UPPER_CASE } | ||
- { key: readability-identifier-naming.MemberConstantCase, value: UPPER_CASE } | ||
- { key: readability-identifier-naming.StaticConstantCase, value: UPPER_CASE } |
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 |
---|---|---|
|
@@ -23,3 +23,4 @@ runs: | |
run: | | ||
sudo apt update | ||
sudo apt install -y libboost-all-dev | ||
sudo apt install -y clang --install-suggests |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.