rspec/rules/S101/csharp/message.adoc

6 lines
216 B
Plaintext

=== Message
* Rename [class|interface|struct] "XXX" to match PascalCase naming rules, consider using "Xxx".
* Rename [class|interface|struct] "XXX" to match PascalCase naming rules, trim underscores from the name.