fix CodeLineMustNotEndWithWhitespace

This commit is contained in:
Matthias Mailänder
2015-01-25 18:18:31 +01:00
parent 47e2d9d623
commit 24deec2a7b
18 changed files with 33 additions and 38 deletions

View File

@@ -129,7 +129,7 @@ namespace OpenRA.FileFormats
type = stream.ReadASCII(4); type = stream.ReadASCII(4);
} }
else 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(); /*var length = */stream.ReadUInt16();

View File

@@ -362,11 +362,6 @@
</Analyzer> </Analyzer>
<Analyzer AnalyzerId="StyleCopPlus.StyleCopPlusRules"> <Analyzer AnalyzerId="StyleCopPlus.StyleCopPlusRules">
<Rules> <Rules>
<Rule Name="CodeLineMustNotEndWithWhitespace">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="CheckAllowedIndentationCharacters"> <Rule Name="CheckAllowedIndentationCharacters">
<RuleSettings> <RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty> <BooleanProperty Name="Enabled">False</BooleanProperty>