Skip to content

Commit f8fba74

Browse files
author
Adi
committed
Update README.md
1 parent a91a054 commit f8fba74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ More information in [wiki page](https://github.com/adireddy/haxe-checkstyle/wiki
110110
{
111111
"type": "Return",
112112
"props": {
113-
"severity": "INFO"
113+
"severity": "INFO",
114+
"allowEmptyReturn": true
114115
}
115116
},
116117
{
@@ -119,7 +120,8 @@ More information in [wiki page](https://github.com/adireddy/haxe-checkstyle/wiki
119120
"severity": "INFO",
120121
"spaceIfCondition": true,
121122
"spaceAroundBinop": true,
122-
"spaceAroundBinop": true
123+
"spaceAroundBinop": true,
124+
"ignoreRangeOperator": true
123125
}
124126
},
125127
{

0 commit comments

Comments
 (0)