mirror of https://github.com/apache/kafka.git
48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<StyleCopSettings Version="4.3">
|
|
<Parsers>
|
|
<Parser ParserId="Microsoft.StyleCop.CSharp.CsParser">
|
|
<ParserSettings>
|
|
<CollectionProperty Name="GeneratedFileFilters">
|
|
<Value>\.g\.cs$</Value>
|
|
<Value>\.generated\.cs$</Value>
|
|
<Value>\.g\.i\.cs$</Value>
|
|
</CollectionProperty>
|
|
</ParserSettings>
|
|
</Parser>
|
|
</Parsers>
|
|
<Analyzers>
|
|
<Analyzer AnalyzerId="Microsoft.StyleCop.CSharp.NamingRules">
|
|
<AnalyzerSettings>
|
|
<CollectionProperty Name="Hungarian">
|
|
<Value>as</Value>
|
|
<Value>do</Value>
|
|
<Value>id</Value>
|
|
<Value>if</Value>
|
|
<Value>in</Value>
|
|
<Value>is</Value>
|
|
<Value>my</Value>
|
|
<Value>no</Value>
|
|
<Value>on</Value>
|
|
<Value>to</Value>
|
|
<Value>ui</Value>
|
|
</CollectionProperty>
|
|
</AnalyzerSettings>
|
|
</Analyzer>
|
|
</Analyzers>
|
|
</StyleCopSettings> |