Skip to content

Commit acbdc2c

Browse files
[clang-tidy] Fix clang-tidy config
Consider warnings as errors using appropriate format.
1 parent c71a9b2 commit acbdc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
Checks: '-*,modernize-type-traits'
3-
WarningsAsErrors: true
3+
WarningsAsErrors: '*'
44
HeaderFilterRegex: '.*'

0 commit comments

Comments
 (0)