Use old list style
Signed-off-by: QazCetelic <qaz.cetelic@protonmail.com>
This commit is contained in:
parent
2351531e84
commit
14454faac8
1 changed files with 5 additions and 5 deletions
10
.clang-tidy
10
.clang-tidy
|
@ -1,8 +1,8 @@
|
|||
Checks: >
|
||||
modernize-use-using
|
||||
readability-avoid-const-params-in-decls
|
||||
misc-unused-parameters,
|
||||
readability-identifier-naming
|
||||
Checks:
|
||||
- modernize-use-using
|
||||
- readability-avoid-const-params-in-decls
|
||||
- misc-unused-parameters,
|
||||
- readability-identifier-naming
|
||||
|
||||
# ^ Without unused-parameters the readability-identifier-naming check doesn't cause any warnings.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue