File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ filter=+build/pragma_once
20
20
# Disable cpplint's include order. We have our own via //tools:drakelint.
21
21
filter =-build/include_order
22
22
23
+ # Disable cpplint's check to include the h file atop the cc file (along with
24
+ # some other, even less relevant checks). Given the layout of bazel's runfiles
25
+ # during linting and our include path customizations, cpplint yields false
26
+ # positives because it's unable to discern the root of our include path.
27
+ filter =-build/include
28
+
23
29
# We do not care about the whitespace details of a TODO comment. It is not
24
30
# relevant for easy grepping, and the GSG does not specify any particular
25
31
# whitespace style. (We *do* care what the "TODO(username)" itself looks like
You can’t perform that action at this time.
0 commit comments