Skip to content

[Feature]: Propper error tag for semicolons after attributes #85

@6wingSerap

Description

@6wingSerap

Problem Statement

I'm using regular C++ format with combination of enscript-ide.
For propper attribute formatting i always put semicolons after closing square brackets, there is no syntax misstakes, EnScript ain 99% of cases dont care about semicolons, you can put 100 of them almost anywhere and it will be ok.

Proposed Solution

I got error:
Unnecessary semicolon after attribute declaration. Attributes should not end with semicolons. (\SIXW\core\SIXW_CORE\TEST\2_GameLib\uTest.c:109:48) enscript-parser

I want to put this error in exclusion, but i assume enscript-parser will disable all parser errors, which i dont want.
So would be great to have propper error tag, which can be put to exclusion list.

Alternatives Considered

No response

Additional Context

No response

Priority

Low - Nice to have

Contribution

  • I would be willing to submit a PR for this feature

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions