We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4bde4 commit 64f35b2Copy full SHA for 64f35b2
.clang-tidy
@@ -1,5 +1,5 @@
1
---
2
-Checks: '-*,misc-throw-by-value-catch-by-reference,misc-static-assert,readability-container-size-empty,modernize-use-override,modernize-make-unique,modernize-deprecated-headers'
+Checks: '-*,misc-throw-by-value-catch-by-reference,misc-static-assert,readability-container-size-empty,modernize-use-override,modernize-make-unique,modernize-deprecated-headers,misc-unused-using-decls,misc-redundant-expression'
3
# Not in here: modernize-use-emplace, since that basically broke all things it touched
4
WarningsAsErrors: ''
5
HeaderFilterRegex: '\.(cc|c|cpp|h|hpp)$'
0 commit comments