It seems not all rules have action (action=none) by default.
Where can I get this kinda info?
We should probably add this to the status page: https://dotnetanalyzers.github.io/StyleCopAnalyzers/
Thx for replying.
So what does EnabledByDefault mean? Warning?
Yes, all StyleCop Analyzers rules have default severity Warning. The only variation is whether or not they are enabled by default.
The StyleCopAnalyzersDefault.ruleset included with the NuGet package also shows what the default actions are.