Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-snmp
/
refs/heads/master
/
.
/
.clang-tidy
blob: 75d64dc821ac711bcccef6921e26ec8f9bb881e2 [
file
] [
log
] [
blame
]
Jayanth Othayoth
d30072c
2024-12-18 07:12:02 -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
:
[]