I have a control on an Asp.Net page, on that page is a control with the name "PaReq" that violates the rule:
CA1704:IdentifiersShouldBeSpelledCorrectly
I've used suppression before I'm not sure how to suppress this error since it is defined in the generated file.
I could do this in a custom dictionary but that would mean all the developers would need to keep sync a copy of this dictionary which is something I'd rather avoid if possible. Also that the term "PaReq" is only used in this project.
How and where would I apply the suppression?
I keep a custom dictionary per project which contains specific words for that project. That dictionary file is in my SourceControl repository, so other developers can use it (and add new words) as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With