Skip to content

Commit 30ba524

Browse files
committed
Removed stylecop settings from gitignore
1 parent 2a563fb commit 30ba524

File tree

4 files changed

+48
-1
lines changed

4 files changed

+48
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ AppPackages/
164164

165165
# Others
166166
ClientBin/
167-
[Ss]tyle[Cc]op.*
168167
~$*
169168
*~
170169
*.dbmdl

Examples/stylecop.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"orderingRules": {
5+
"systemUsingDirectivesFirst": true,
6+
"usingDirectivesPlacement": "outsideNamespace"
7+
},
8+
"maintainabilityRules": {
9+
"topLevelTypes": [ "class", "delegate", "enum", "interface" ]
10+
},
11+
"documentationRules": {
12+
"documentPrivateElements": true,
13+
"documentPrivateFields": true
14+
}
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"orderingRules": {
5+
"systemUsingDirectivesFirst": true,
6+
"usingDirectivesPlacement": "outsideNamespace"
7+
},
8+
"maintainabilityRules": {
9+
"topLevelTypes": [ "class", "delegate", "enum", "interface" ]
10+
},
11+
"documentationRules": {
12+
"documentPrivateElements": true,
13+
"documentPrivateFields": true
14+
}
15+
}
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
3+
"settings": {
4+
"orderingRules": {
5+
"systemUsingDirectivesFirst": true,
6+
"usingDirectivesPlacement": "outsideNamespace"
7+
},
8+
"maintainabilityRules": {
9+
"topLevelTypes": [ "class", "delegate", "enum", "interface" ]
10+
},
11+
"documentationRules": {
12+
"documentPrivateElements": true,
13+
"documentPrivateFields": true
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)