IntelliTect / IntelliTect/CodingGuidelines
Permit underscores in method names without disabling INTL0003 entirely
Offen
analyzer
Hacktoberfest
- Vorherrschende Sprache
- C#
- Sterne
- 12
- Forks
- 16
- Ø Merge
- 2 Min.
- Gemergte PRs (30 T.)
- 7
Beschreibung
> DO NOT: Use underscores to break up words in an identifier. **Test methods**, UI generated event handlers and references to Resource files **are the exception**.
For test methods, I need to suppress `INTL0003` as it checks for both PascalCasing and a lack of underscores. If the underscores check was extracted into a separate analyzer, I could suppress underscores without killing the PascalCasing check wholesale.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.