It doesn't seem to be possible to run cpplint.py on *.c files with this plugin. On the command line I can run cpplint.py --extensions=c,h foo.c, but I can't give an argument to cpplint.py in the CppStyle settings dialog.
I even tried to make cpplint.py natively support the c extension, by amending the variable _valid_extensions in the Python code. Then it works on the command line even without the --extensions= argument. But strangely, CppStyle still doesn't work with *.c files.
Are there any plans to support this, or is there any possible workaround?
It doesn't seem to be possible to run cpplint.py on *.c files with this plugin. On the command line I can run
cpplint.py --extensions=c,h foo.c, but I can't give an argument to cpplint.py in the CppStyle settings dialog.I even tried to make cpplint.py natively support the c extension, by amending the variable
_valid_extensionsin the Python code. Then it works on the command line even without the--extensions=argument. But strangely, CppStyle still doesn't work with *.c files.Are there any plans to support this, or is there any possible workaround?