We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fac4dd commit 8267854Copy full SHA for 8267854
.clang-tidy
@@ -1,6 +1,5 @@
1
---
2
-Checks: '-*,
3
- llvm-namespace-comment,
+Checks: 'llvm-namespace-comment,
4
modernize-redundant-void-arg,
5
modernize-use-nullptr,
6
modernize-use-default,
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
include:
17
- distro: melodic
18
env:
19
- CLANG_TIDY: pedantic
+ CLANG_TIDY: true
20
21
22
CXXFLAGS: "-Werror -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-strict-aliasing -Wno-sign-compare"
0 commit comments