mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07:00
remove cpp file extensions
This commit is contained in:
parent
2b7cd6ebbc
commit
f3a77cfd8c
2
clint.py
2
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.
|
||||
|
Loading…
Reference in New Issue
Block a user