Enable the 'build/include_alpha' rules to make lint check that the
authorJeff Donahue <jeff.donahue@gmail.com>
Sat, 2 Aug 2014 02:58:56 +0000 (19:58 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Tue, 5 Aug 2014 04:26:30 +0000 (21:26 -0700)
includes are correctly alphabetized.

scripts/cpp_lint.py

index 76eee4b..3f0ca1c 100755 (executable)
@@ -210,7 +210,6 @@ _ERROR_CATEGORIES = [
 # off by default (i.e., categories that must be enabled by the --filter= flags).
 # All entries here should start with a '-' or '+', as in the --filter= flag.
 _DEFAULT_FILTERS = [
-  '-build/include_alpha',
   '-build/include_dir',
   '-readability/todo',
   ]