Commit Graph

6 Commits

Author SHA1 Message Date
Doug Bunting 6df288bce7 Correct StyleCop violations
- StyleCop working again (handles C# 6.0 additions) though only locally for me
- disable some new rules:
 - ConstFieldNamesMustBeginWithUpperCaseLetter
 - InstanceReadonlyElementsMustAppearBeforeInstanceNonReadonlyElements
 - StaticReadonlyElementsMustAppearBeforeStaticNonReadonlyElements
 - StaticReadonlyFieldsMustBeginWithUpperCaseLetter
 - PrefixCallsCorrectly
- correct remaining violations
 - lots of long lines for example
 - use more `var`; some manual updates since StyleCop doesn't check seemingly-unused blocks

nit: remove new trailing whitespace (was paranoid about adding it w/ fixes)
2015-01-06 16:23:57 -08:00
Ryan Nowak 31d3180635 setting line length to 120 to match our guidelines 2014-06-06 11:09:10 -07:00
Ryan Nowak b29ecea4b5 activate line length rule 2014-06-05 14:26:30 -07:00
Ryan Nowak ecbc179d76 Fix stylecop in Microsoft.AspNet.Mvc 2014-06-04 20:06:42 -07:00
Ryan Nowak cfe078059b updating the file header text and rule name 2014-06-02 15:10:45 -07:00
Ryan Nowak 025c8cb4d8 Adding stylecop settings 2014-05-29 15:08:07 -07:00