Skip to content

Commit bc67099

Browse files
committed
Added missing files
1 parent 8342fbb commit bc67099

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
// ACTION REQUIRED: This file was automatically added to your project, but it
3+
// will not take effect until additional steps are taken to enable it. See the
4+
// following page for additional information:
5+
//
6+
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7+
8+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
9+
"settings": {
10+
"documentationRules": {
11+
"companyName": "Sundews",
12+
"xmlHeader": true,
13+
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
14+
"headerDecoration": "--------------------------------------------------------------------------------------------------------------------",
15+
"variables": {
16+
"licenseName": "MIT",
17+
"licenseFile": "LICENSE"
18+
},
19+
"documentExposedElements": false,
20+
"documentInternalElements": false,
21+
"documentInterfaces": false
22+
}
23+
}
24+
}

Source/Build/stylecop.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
// ACTION REQUIRED: This file was automatically added to your project, but it
3+
// will not take effect until additional steps are taken to enable it. See the
4+
// following page for additional information:
5+
//
6+
// https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md
7+
8+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
9+
"settings": {
10+
"documentationRules": {
11+
"companyName": "Sundews",
12+
"xmlHeader": true,
13+
"copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.",
14+
"headerDecoration": "--------------------------------------------------------------------------------------------------------------------",
15+
"variables": {
16+
"licenseName": "MIT",
17+
"licenseFile": "LICENSE"
18+
},
19+
"documentInternalElements": false,
20+
"documentInterfaces": false
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)