Skip to content

Commit b514b51

Browse files
committed
resolving c++ linter
Disable the build/include_subdir check
1 parent 5037363 commit b514b51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CPPLINT.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ filter=-legal/copyright
1414
filter=-build/header_guard
1515

1616
# Disable the readability/casting check
17-
# Because we are using C code in the kernel driver (no C++)
17+
# Because we are using C code
1818
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

Comments
 (0)