cppnamelint icon indicating copy to clipboard operation
cppnamelint copied to clipboard

Unexpected report when using ClassName=UpperCamel

Open keineahnung2345 opened this issue 4 years ago • 2 comments

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"
            }

keineahnung2345 avatar Nov 08 '21 08:11 keineahnung2345

@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 (https://github.com/llvm/llvm-project/commit/2b9b5bc0).

dougpuob avatar Nov 16 '21 02:11 dougpuob

@dougpuob Oh, it's a good news.

keineahnung2345 avatar Nov 17 '21 01:11 keineahnung2345