* add auto generate header

* run gen

* introduce first style analyizer

* fix tab
This commit is contained in:
Boshi Lian
2020-04-22 13:41:45 -07:00
committed by GitHub
parent c1de779933
commit 8e7bf0b6f2
12 changed files with 79 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<?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" />
</Rules>
</RuleSet>