2020-04-22 13:41:45 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<RuleSet Name="kubernetes-client" ToolsVersion="10.0">
|
|
|
|
|
|
|
|
|
|
<!-- https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/documentation -->
|
|
|
|
|
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers">
|
|
|
|
|
<Rule Id="SA1027" Action="Error" />
|
2020-04-23 11:40:06 -07:00
|
|
|
|
|
|
|
|
<Rule Id="SA1101" Action="None" />
|
|
|
|
|
<Rule Id="SA1309" Action="None" />
|
|
|
|
|
|
|
|
|
|
<Rule Id="SA1503" Action="Error" />
|
2020-04-22 13:41:45 -07:00
|
|
|
</Rules>
|
|
|
|
|
</RuleSet>
|