blob: b14abcac7c2c13abba46c4d9856f304e4598da2b [file] [log] [blame]
Checks: '
-*,
# Categories
-bugprone-*,
-cert-*,
-clang-analyzer-*,
-cppcoreguidelines-*,
-misc-*,
-modernize-*,
modernize-use-nullptr,
-performance-*,
-readability-*,
'
# Treat all warnings as errors
WarningsAsErrors: '*'
# Apply checks to all files
HeaderFilterRegex: '.*'
# Disable automatic formatting
FormatStyle: none