diff options
author | Julian Orth <ju.orth@gmail.com> | 2014-03-05 22:16:49 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-27 14:03:35 -0300 |
commit | f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc (patch) | |
tree | cf7ff573338bb55bdc1786d531449eaf64f7d1c7 /clint.py | |
parent | 2b7cd6ebbcf6986d79d63fc1d97f8529d1bdf98d (diff) | |
download | rneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.tar.gz rneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.tar.bz2 rneovim-f3a77cfd8cfec99e5c2e1acc81ac16796f9a4ddc.zip |
remove cpp file extensions
Diffstat (limited to 'clint.py')
-rwxr-xr-x | clint.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |