Skip to content

Commit

Permalink
Add back stylecop.json and rename solution
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Sep 4, 2016
1 parent afea415 commit d4a20e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ BundleArtifacts/

# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
Expand Down Expand Up @@ -242,4 +241,4 @@ ModelManifest.xml
.paket/paket.exe

# FAKE - F# Make
.fake/
.fake/
File renamed without changes.
12 changes: 12 additions & 0 deletions stylecop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Microsoft Corporation",
"copyrightText": "Copyright (C) {companyName}. All rights reserved.\nLicensed under the MIT license. See {fileName} in the project root for license information.",
"variables": {
"fileName": "LICENSE.txt"
}
}
}
}

0 comments on commit d4a20e0

Please sign in to comment.