Skip to content

Unexpected report when using ClassName=UpperCamel #71

@keineahnung2345

Description

@keineahnung2345

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions