aboutsummaryrefslogtreecommitdiff
path: root/clint.py
diff options
context:
space:
mode:
authorJulian Orth <ju.orth@gmail.com>2014-03-05 22:16:49 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-27 14:03:35 -0300
commitf3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc (patch)
treecf7ff573338bb55bdc1786d531449eaf64f7d1c7 /clint.py
parent2b7cd6ebbcf6986d79d63fc1d97f8529d1bdf98d (diff)
downloadrneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.tar.gz
rneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.tar.bz2
rneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.zip
remove cpp file extensions
Diffstat (limited to 'clint.py')
-rwxr-xr-xclint.py2
1 files changed, 1 insertions, 1 deletions
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.