mirror of https://github.com/raandree/NTFSSecurity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
603 B
7 lines
603 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<RuleSet Name="AlphaFS Ruleset" Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects." ToolsVersion="4.0">
|
|
<IncludeAll Action="Warning" />
|
|
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
|
|
<Rule Id="CA1300" Action="None" />
|
|
</Rules>
|
|
</RuleSet>
|