Skip to content

Commit 97466d9

Browse files
authored
Merge pull request cpp-best-practices#34 from GenericMadScientist/patch-1
Fix .clang-tidy WarningsAsErrors
2 parents 6414a76 + 4f31a66 commit 97466d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Checks: '*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-modernize-use-trailing-return-type,-llvm-*'
3-
WarningsAsErrors: '1'
3+
WarningsAsErrors: '*'
44
HeaderFilterRegex: ''
55
FormatStyle: none
66

0 commit comments

Comments
 (0)