I have a documentation header on a class, that has words that are not spelled correctly according to stylecop. They are code specific and need to be there, though.
Error SA1650 : CSharp.Documentation : The documentation text within the summary tag contains incorrectly spelled words: ...
I wish to suppress the error. How can I do this?