Skip to content

Commit

Permalink
scripts/cpplint.py: add back build/namespaces_literals so that cpplin…
Browse files Browse the repository at this point in the history
…t.py _ignores_ (rather than fails) when this lint warning is suppressed.
  • Loading branch information
dconeybe committed Jan 13, 2025
1 parent d2f0c10 commit 6a5c600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
'build/include_order',
'build/include_what_you_use',
'build/namespaces_headers',
'build/namespaces_literals',
'build/namespaces',
'build/printf_format',
'build/storage_class',
Expand Down

0 comments on commit 6a5c600

Please sign in to comment.