diff --git a/haxelib.json b/haxelib.json index 4f3a344b..487203a7 100644 --- a/haxelib.json +++ b/haxelib.json @@ -13,8 +13,8 @@ ], "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "contributors": ["adireddy"], - "releasenote": "improved ReturnCheck", - "version": "1.1.6", + "releasenote": "added LeftCurlyCheck and EmptyBlockCheck by @AlexHaxe", + "version": "1.1.7", "url": "https://github.com/adireddy/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 41356d62..8ad44fca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "1.1.6", + "version": "1.1.7", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git", diff --git a/resources/static-analysis.xml b/resources/static-analysis.xml index e17c4a20..28404328 100644 --- a/resources/static-analysis.xml +++ b/resources/static-analysis.xml @@ -16,6 +16,8 @@ + + @@ -26,10 +28,14 @@ + + + + @@ -38,6 +44,8 @@ + +