Skip to content

Commit 64f35b2

Browse files
marcusmuellermbr0wn
authored andcommitted
clang-tidy: Check for redundant expressions, unused "using"
Signed-off-by: Marcus Müller <[email protected]>
1 parent aa4bde4 commit 64f35b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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'
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,misc-unused-using-decls,misc-redundant-expression'
33
# Not in here: modernize-use-emplace, since that basically broke all things it touched
44
WarningsAsErrors: ''
55
HeaderFilterRegex: '\.(cc|c|cpp|h|hpp)$'

0 commit comments

Comments
 (0)