Skip to content

Commit

Permalink
chore(clang-tidy): specify one check per line in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 18, 2023
1 parent f6e313e commit 169c54c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
Checks: "-*,modernize-use-bool-literals,modernize-use-nullptr,modernize-use-override,readability-braces-around-statements,google-readability-namespace-comments,readability-non-const-parameter,readability-qualified-auto"
Checks: >-
-*,
modernize-use-bool-literals,
modernize-use-nullptr,
modernize-use-override,
readability-braces-around-statements,
google-readability-namespace-comments,
readability-non-const-parameter,
readability-qualified-auto
WarningsAsErrors: ""
HeaderFilterRegex: ""
AnalyzeTemporaryDtors: false
Expand Down

0 comments on commit 169c54c

Please sign in to comment.