There seem to various questions asking specifically how to suppress particular stylecop warnings, for example:
[SuppressMessage("Microsoft.StyleCop.CSharp.OrderingRules", "SA1202:ElementsMustBeOrderedByAccess"]
But where can I authoratively look to get the short name of the rule and (particularly) the namespace containing it. I have downloaded the stylecop project and looked at the project ruleset without finding anything useful. There seem to be some global rules prefixed SA, and I can't find a good reference on them.
This talks about suppressing rules, but doesn't lead to namespace information on SA rules https://blogs.msdn.com/b/sourceanalysis/archive/2009/08/10/rule-suppressions.aspx?Redirected=true.
Documentation such as http://stylecop.soyuz5.com/SA1202.html is deeply unhelpful in providing the rule category name, but not the actual namespace.