blob: 75d64dc821ac711bcccef6921e26ec8f9bb881e2 [file] [log] [blame]
Jayanth Othayothd30072c2024-12-18 07:12:02 -06001Checks: '
2-*,
3modernize-use-nullptr,
4'
5
6# Treat all warnings as errors
7WarningsAsErrors: '*'
8
9# Apply checks to all files
10HeaderFilterRegex: '(?!^subprojects).*'
11
12CheckOptions: []