We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5037363 commit b514b51Copy full SHA for b514b51
CPPLINT.cfg
@@ -14,5 +14,9 @@ filter=-legal/copyright
14
filter=-build/header_guard
15
16
# Disable the readability/casting check
17
-# Because we are using C code in the kernel driver (no C++)
+# Because we are using C code
18
filter=-readability/casting
19
+
20
+# Disable the build/include_subdir check
21
+# Because headers are organized in same directory and C code
22
+filter=-build/include_subdir
0 commit comments