blob: b14abcac7c2c13abba46c4d9856f304e4598da2b [file] [log] [blame]
Jayanth Othayoth24927aa2024-12-18 07:21:40 -06001Checks: '
2-*,
3
4# Categories
5-bugprone-*,
6-cert-*,
7-clang-analyzer-*,
8-cppcoreguidelines-*,
9-misc-*,
10-modernize-*,
11modernize-use-nullptr,
12-performance-*,
13-readability-*,
14'
15
16# Treat all warnings as errors
17WarningsAsErrors: '*'
18
19# Apply checks to all files
20HeaderFilterRegex: '.*'
21
22# Disable automatic formatting
23FormatStyle: none