Jayanth Othayoth | 7acc8a2 | 2024-12-08 08:55:30 -0600 | [diff] [blame] | 1 | Checks: ' |
2 | -*, | ||||
3 | modernize-use-nullptr, | ||||
4 | ' | ||||
5 | |||||
6 | # Treat all warnings as errors | ||||
7 | WarningsAsErrors: '*' | ||||
8 | |||||
9 | # Apply checks to all files | ||||
10 | HeaderFilterRegex: '(?!^subprojects).*' | ||||
11 | |||||
12 | CheckOptions: [] |