mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Make clang-tidy warnings report as errors to cause CI build to fail
This commit is contained in:
parent
1bc39cb541
commit
79959310a6
1 changed files with 1 additions and 0 deletions
|
@ -72,3 +72,4 @@ SystemHeaders: false
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: modernize-use-default-member-init.UseAssignment
|
- key: modernize-use-default-member-init.UseAssignment
|
||||||
value: 'true'
|
value: 'true'
|
||||||
|
WarningsAsErrors: '*'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue