Skip to content

Commit e375b37

Browse files
authored
Revert "Suppress some clang-tidy errors" (#8478)
This reverts commit 0fe88e8. This was a wrong merge. Original PR was for SPIRV-LLVM-Translator, the change should be in llvm-spirv/.clang-tidy, not in this file.
1 parent f57ff73 commit e375b37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.clang-tidy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming'
2-
WarningsAsErrors: 'llvm-*,misc-*,-misc-no-recursion,-misc-unused-parameters,readability-identifier-naming,-llvm-header-guard'
1+
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-const-correctness,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-misc-no-recursion,readability-identifier-naming'
32
CheckOptions:
43
- key: readability-identifier-naming.ClassCase
54
value: CamelCase

0 commit comments

Comments
 (0)