Commit graph

7 commits

Author SHA1 Message Date
xtqqczze 22aaf9f5f6
Disable NonPrivateReadonlyFieldsMustBeginWithUpperCaseLetter rule in StyleCop (#12855) 2020-06-12 11:02:21 -07:00
Reece Dunham 4091b9f81e Fix hungarian prefix 'my' (#9976) 2019-07-17 13:17:58 -07:00
Dongbo Wang 201d7aa275 Make Foreach-Object 2 times faster by reducing unnecessary allocations and boxing (#10047) 2019-07-08 10:21:47 -07:00
Ilya 6118c37ce3 Fix stylecop hungarian (#9281)
Add very popular "is" and "_is" prefixes.
2019-04-05 10:56:21 -07:00
Dongbo Wang 74b71f2f39 Style: Update StyleCop rules (#8500) 2019-04-03 10:09:56 +05:00
Ilya b66013d11c
Disable some StyleCop rules (#6986)
* Disable some StyleCop rules
* Add CodeFactor status badge in README.md
2018-06-05 16:32:06 +05:00
Ilya d67d87caf0
Add Settings.StyleCop file (#6930)
Disable:
1.SA1402 FileMayOnlyContainASingleType
2.SA1403 FileMayOnlyContainASingleNamespace
3.SA1101 PrefixLocalCallsWithThis
4.SA1126 PrefixCallsCorrectly

Add custom global config file stylecop.json
2018-06-04 10:41:10 +05:00