Skip to content

Commit 2ad194f

Browse files
committed
new release
1 parent c41cfc6 commit 2ad194f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"adireddy"
1818
],
1919
"releasenote": "bug fixes",
20-
"version": "2.1.2",
20+
"version": "2.1.3",
2121
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
2222
"dependencies": {
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkstyle",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
55
"repository": {
66
"type": "git",

src/checkstyle/checks/whitespace/SpacingCheck.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import haxe.macro.Expr.Binop;
77
import haxe.macro.Expr.Unop;
88

99
@name("Spacing")
10-
@desc("Spacing check on if statement and around operators.")
10+
@desc("Spacing check on if, for, while, switch, try statements and around operators.")
1111
class SpacingCheck extends Check {
1212

1313
public var spaceAroundBinop:Bool;

0 commit comments

Comments
 (0)