Skip to content

Commit 8267854

Browse files
committed
Make CLANG_TIDY non-pendantic
First, we have to fix numerous warnings.
1 parent 8fac4dd commit 8267854

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.clang-tidy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
Checks: '-*,
3-
llvm-namespace-comment,
2+
Checks: 'llvm-namespace-comment,
43
modernize-redundant-void-arg,
54
modernize-use-nullptr,
65
modernize-use-default,

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- distro: melodic
1818
env:
19-
CLANG_TIDY: pedantic
19+
CLANG_TIDY: true
2020

2121
env:
2222
CXXFLAGS: "-Werror -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-strict-aliasing -Wno-sign-compare"

0 commit comments

Comments
 (0)