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
I later found there are unittests and their behaviors are great. After playing with one of the test scripts, I found that it gives correct result for cpp file, but give wierd result for h file.
Hi,
I have a class in my source file, and its name is falsely reported as violating variable naming rule, the log is like:
And following is part of my
.cppstyle
:By checking the function
to_node
inparser.py
, it seems thekind
of my class isCursorKind.VAR_DECL
so it will return aVariable
object.Have you met this problem before? Thanks.
The text was updated successfully, but these errors were encountered: