Browse Source

add missing stylecop.json

af/merge-core
Scott Williams 9 years ago
parent
commit
9bd6e158ec
  1. 1
      .gitignore
  2. 16
      stylecop.json

1
.gitignore

@ -158,7 +158,6 @@ AppPackages/
# Others # Others
*.[Cc]ache *.[Cc]ache
ClientBin/ ClientBin/
[Ss]tyle[Cc]op.*
~$* ~$*
*~ *~
*.dbmdl *.dbmdl

16
stylecop.json

@ -0,0 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"orderingRules": {
"usingDirectivesPlacement": "outsideNamespace",
"elementOrder": [
"kind"
]
},
"documentationRules": {
"xmlHeader": false,
"documentInternalElements": false,
"copyrightText": "Copyright (c) Six Labors and contributors.\nLicensed under the Apache License, Version 2.0."
}
}
}
Loading…
Cancel
Save