IntelliTect / IntelliTect/CodingGuidelines

Permit underscores in method names without disabling INTL0003 entirely

未关闭
#105 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
analyzer Hacktoberfest
主要语言
C#
星标
12
派生
16
平均合并
2 分钟
30 天内合并 PR
7

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。