Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected report when using ClassName=UpperCamel #71

Open
keineahnung2345 opened this issue Nov 8, 2021 · 2 comments
Open

Unexpected report when using ClassName=UpperCamel #71

keineahnung2345 opened this issue Nov 8, 2021 · 2 comments

Comments

@keineahnung2345
Copy link

keineahnung2345 commented Nov 8, 2021

I am using release v0.3.4 on Windows 10, following is my cppnamelint.toml:

...
ClassName               = 1 # 0: Default (UpperCamel)
                            # 1: UpperCamel
...

Either I set this value to 0 or 1, it will wrongly report that my class name violates the rule, following is the formatted result.json:

            {
                "Column": 1,
                "Expected": "",
                "Line": 46,
                "TargetName": "XxxxXxxx",
                "Type": 5,
                "TypeName": "class"
            }
@dougpuob
Copy link
Owner

@keineahnung2345 glad to receive your feedback. I am planning to archive this project because the major feature of this project had been merged into clang-tidy (llvm/llvm-project@2b9b5bc0).

@keineahnung2345
Copy link
Author

@dougpuob Oh, it's a good news.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants