fix CodeLineMustNotEndWithWhitespace
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenRA.FileFormats
|
||||
type = stream.ReadASCII(4);
|
||||
}
|
||||
else
|
||||
throw new NotSupportedException("Vqa uses unknown Subtype : {0}".F(type));
|
||||
throw new NotSupportedException("Vqa uses unknown Subtype: {0}".F(type));
|
||||
}
|
||||
|
||||
/*var length = */stream.ReadUInt16();
|
||||
|
||||
@@ -362,11 +362,6 @@
|
||||
</Analyzer>
|
||||
<Analyzer AnalyzerId="StyleCopPlus.StyleCopPlusRules">
|
||||
<Rules>
|
||||
<Rule Name="CodeLineMustNotEndWithWhitespace">
|
||||
<RuleSettings>
|
||||
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
||||
</RuleSettings>
|
||||
</Rule>
|
||||
<Rule Name="CheckAllowedIndentationCharacters">
|
||||
<RuleSettings>
|
||||
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
||||
|
||||
Reference in New Issue
Block a user