Commit graph

6 commits

Author SHA1 Message Date
Steve Lee b7cb335f03
Update copyright notice to latest guidance (#12190) 2020-03-24 11:08:37 -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 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