activate line length rule

This commit is contained in:
Ryan Nowak 2014-06-05 14:26:30 -07:00
parent cf0304b897
commit b29ecea4b5
1 changed files with 6 additions and 0 deletions

View File

@ -420,5 +420,11 @@
<StringProperty Name="FileHeaderText"> Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.</StringProperty>
</AnalyzerSettings>
</Analyzer>
<Analyzer AnalyzerId="StyleCop.KRules.LineLengthRule">
<Rules />
<AnalyzerSettings>
<IntegerProperty Name="LineLength">125</IntegerProperty>
</AnalyzerSettings>
</Analyzer>
</Analyzers>
</StyleCopSettings>