IntelliTect / IntelliTect/CodingGuidelines

Permit underscores in method names without disabling INTL0003 entirely

Đang mở
#105 6 bình luận 0 reaction 0 người được giao Xem trên GitHub
analyzer Hacktoberfest
Ngôn ngữ chính
C#
Star
12
Fork
16
Merge trung bình
2 phút
Pull request đã merge (30 ngày)
7

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.