Skip to content

Commit d595541

Browse files
authored
CI: Update cpplint filters
1 parent 20ac96f commit d595541

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/sub_lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,19 @@ on:
8383
-build/endif_comment,
8484
+build/explicit_make_pair,
8585
-build/forward_decl,
86-
+build/header_guard,
86+
-build/header_guard,
8787
+build/include,
8888
-build/include_subdir,
8989
-build/include_alpha,
9090
-build/include_order,
9191
+build/include_what_you_use,
9292
+build/namespaces_headers,
9393
+build/namespaces_literals,
94-
+build/namespaces,
94+
-build/namespaces,
9595
+build/printf_format,
9696
+build/storage_class,
9797
+readability/alt_tokens,
98+
-legal/copyright,
9899
-readability/braces,
99100
+readability/casting,
100101
+readability/check,

0 commit comments

Comments
 (0)