|
|
@@ -269,9 +269,6 @@ Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]
|
|
|
# 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',
|
|
|
@@ -283,7 +280,6 @@ _ERROR_CATEGORIES = [
|
|
|
'build/include_order',
|
|
|
'build/include_what_you_use',
|
|
|
'build/namespaces_headers',
|
|
|
- 'build/namespaces_literals',
|
|
|
'build/namespaces',
|
|
|
'build/printf_format',
|
|
|
'build/storage_class',
|