Skip to content

Commit 1661cc9

Browse files
committed
cleanup
1 parent 3c16f02 commit 1661cc9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ More information in [wiki page](https://github.com/adireddy/haxe-checkstyle/wiki
165165
"type": "ParameterName",
166166
"props": {
167167
"severity": "ERROR",
168-
"format": "^[a-z]+[a-zA-Z0-9_]*$",
169-
"tokens": []
168+
"format": "^[a-z]+[a-zA-Z0-9_]*$"
170169
}
171170
},
172171
{

resources/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@
163163
"type": "ParameterName",
164164
"props": {
165165
"severity": "ERROR",
166-
"format": "^[a-z]+[a-zA-Z0-9_]*$",
167-
"tokens": []
166+
"format": "^[a-z]+[a-zA-Z0-9_]*$"
168167
}
169168
},
170169
{

0 commit comments

Comments
 (0)