Skip to content

Commit

Permalink
chore: Added stylecop.json
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed Apr 14, 2023
1 parent 5ac8d61 commit 86ceb0d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/Escendit.Tools.CodeAnalysis.StyleCopAnalyzers/stylecop.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"settings": {
"documentationRules": {
"companyName": "Escendit Ltd",
"copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the solution root for full license information.",
"xmlHeader": false,
"variables": {
"licenseName": "MIT",
"licenseFile": "LICENSE.txt"
}
},
"orderingRules": {
"usingDirectivesPlacement": "insideNamespace"
}
}
}

0 comments on commit 86ceb0d

Please sign in to comment.