You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason, flycheck thinks gcc is my default syntax checker.
so , first I thought flycheck-disable-checker will work. That did not, so I
basically change the syntax checker at startup manually using
M-x flycheck-select-checker RET c/c++-googlelint
I think another user Can't Configure it Correctly #1 ran into same issues
I also downloaded the cpplint.py again, and put in different location.
Please, note this time I used the cpplint.py and not cpplint
'(flycheck-c/c++-googlelint-executable "~/cpplint.py")
but with all that fixed, it still seems the filters are still picking up default settings. And not my setup, of default line length/ whitespace etc.
The text was updated successfully, but these errors were encountered:
In my emacs even though I have the following
'(flycheck-googlelint-filter "-whitespace/line_length)
'(flycheck-googlelint-linelength "120")
I am still getting messages that Line length should be <=80
It seems the fillter settings are not honored.
These are the steps that I have performed so far.
This is what I have in my emacs
so , first I thought flycheck-disable-checker will work. That did not, so I
basically change the syntax checker at startup manually using
M-x flycheck-select-checker RET c/c++-googlelint
I think another user Can't Configure it Correctly #1 ran into same issues
Please, note this time I used the cpplint.py and not cpplint
'(flycheck-c/c++-googlelint-executable "~/cpplint.py")
The text was updated successfully, but these errors were encountered: