From f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Wed, 5 Mar 2014 22:16:49 +0100 Subject: remove cpp file extensions --- clint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clint.py') diff --git a/clint.py b/clint.py index 8d8d72db99..f90d8cbea6 100755 --- a/clint.py +++ b/clint.py @@ -473,7 +473,7 @@ _line_length = 80 # The allowed extensions for file names # This is set by --extensions flag. -_valid_extensions = set(['cc', 'h', 'cpp', 'cu', 'cuh', 'c']) +_valid_extensions = set(['c', 'h']) def ParseNolintSuppressions(filename, raw_line, linenum, error): """Updates the global list of error-suppressions. -- cgit