Skip to content

Commit ad825ba

Browse files
authored
feat: disable SA1500 for do-while loop (#19)
1 parent 27d6f07 commit ad825ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stylecop.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"layoutRules": {
3838
"newlineAtEndOfFile": "allow",
39-
"allowConsecutiveUsings": false
39+
"allowConsecutiveUsings": false,
40+
"allowDoWhileOnClosingBrace": true
4041
},
4142
"documentationRules": {
4243
"documentInterfaces": true,

0 commit comments

Comments
 (0)