IntelliTect / IntelliTect/CodingGuidelines

Permit underscores in method names without disabling INTL0003 entirely

Abierto
#105 6 comentarios 0 reacciones 0 asignados Ver en GitHub
analyzer Hacktoberfest
Lenguaje dominante
C#
Estrellas
12
Forks
16
Merge medio
2 min
PR fusionados (30 d)
7

Descripción

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

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.