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