Skip to content

Commit

Permalink
Disable the build/include_what_you_use check
Browse files Browse the repository at this point in the history
Because C code use <stdio.h> instead of <cstdio> for C code
  • Loading branch information
ruck314 committed Oct 7, 2024
1 parent 266afd6 commit 97fffc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ filter=-readability/casting
# Disable the build/include_subdir check
# Because headers are organized in same directory and C code
filter=-build/include_subdir

# Disable the build/include_what_you_use check
# Because C code use <stdio.h> instead of <cstdio> for C code
filter=-build/include_what_you_use

0 comments on commit 97fffc2

Please sign in to comment.