Build server prototype (integration with GitHub / NuGet / etc)
micro-build-server/DotNetBuilder/AllRules.ruleset

11 lines
420 B

<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="MBS - All Rules" ToolsVersion="14.0">
<IncludeAll Action="Warning" />
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
<Rule Id="CA2210" Action="None" />
<Rule Id="CA2243" Action="None" />
</Rules>
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
</Rules>
</RuleSet>