mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Update some clang tidy checks
This commit is contained in:
parent
8fc7592066
commit
b5288d85e7
@ -28,6 +28,12 @@
|
|||||||
# readability-uppercase-literal-suffix: We use a lot of 0.0f, but in a
|
# readability-uppercase-literal-suffix: We use a lot of 0.0f, but in a
|
||||||
# future we might enable this.
|
# future we might enable this.
|
||||||
#
|
#
|
||||||
|
# readability-named-parameter: We prefer misc-unused-parameters to
|
||||||
|
# remove a parameter name that is not used.
|
||||||
|
#
|
||||||
|
# misc-use-anonymous-namespace: We use anonymous namespaces or static
|
||||||
|
# functions indifferently.
|
||||||
|
#
|
||||||
# misc-non-private-member-variables-in-classes: We use structs with
|
# misc-non-private-member-variables-in-classes: We use structs with
|
||||||
# all public members in some cases.
|
# all public members in some cases.
|
||||||
#
|
#
|
||||||
@ -42,11 +48,13 @@ Checks: >
|
|||||||
portability-*,
|
portability-*,
|
||||||
readability-*,
|
readability-*,
|
||||||
-bugprone-easily-swappable-parameters,
|
-bugprone-easily-swappable-parameters,
|
||||||
|
-misc-use-anonymous-namespace,
|
||||||
-readability-braces-around-statements,
|
-readability-braces-around-statements,
|
||||||
-readability-function-cognitive-complexity,
|
-readability-function-cognitive-complexity,
|
||||||
-readability-identifier-length,
|
-readability-identifier-length,
|
||||||
-readability-isolate-declaration,
|
-readability-isolate-declaration,
|
||||||
-readability-magic-numbers,
|
-readability-magic-numbers,
|
||||||
|
-readability-named-parameter,
|
||||||
-readability-uppercase-literal-suffix
|
-readability-uppercase-literal-suffix
|
||||||
WarningsAsErrors: ''
|
WarningsAsErrors: ''
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
|
2
laf
2
laf
@ -1 +1 @@
|
|||||||
Subproject commit a5561b2ed9adac89ebf353fb86753229eafea9e0
|
Subproject commit de1aeaca3552e9ce4a7681fc54ec8424a5eac910
|
Loading…
Reference in New Issue
Block a user