Skip to content

Commit

Permalink
scripts/cpplint.py: remove unused categories: build/c++11, build/c++1…
Browse files Browse the repository at this point in the history
…4, build/c++tr1, build/namespaces_literals
  • Loading branch information
dconeybe committed Jan 14, 2025
1 parent aabc748 commit 96fd28a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/cpplint.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@
# here! cpplint_unittest.py should tell you if you forget to do this.
_ERROR_CATEGORIES = [
'build/class',
'build/c++11',
'build/c++14',
'build/c++tr1',
'build/deprecated',
'build/endif_comment',
'build/explicit_make_pair',
Expand All @@ -283,7 +280,6 @@
'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 96fd28a

Please sign in to comment.