diff --git a/scripts/cpplint.py b/scripts/cpplint.py index 87114b951a1..43250d5628a 100644 --- a/scripts/cpplint.py +++ b/scripts/cpplint.py @@ -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', @@ -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',