From 7007118e51406469129ec2d9b81790d5e2995c1d Mon Sep 17 00:00:00 2001 From: Adi Mora Date: Sat, 7 Nov 2015 13:01:06 +0000 Subject: [PATCH] haxelib release v1.1.8 --- build.hxml | 9 +++++++++ haxelib.json | 4 ++-- package.json | 2 +- resources/static-analysis.xml | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/build.hxml b/build.hxml index 9e9b564c..63d81400 100644 --- a/build.hxml +++ b/build.hxml @@ -1,3 +1,12 @@ +-cmd haxelib newrepo +-cmd haxelib install hxparse 3.0.0 || true +-cmd haxelib install haxeparser || true +-cmd haxelib install haxeparser-substituted 1.0.1 || true +-cmd haxelib install compiletime 2.5.1 || true +-cmd haxelib install hxargs 3.0.0 || true + +--next + -cp resources -cp checkstyle -lib hxparse:3.0.0 diff --git a/haxelib.json b/haxelib.json index 487203a7..9332755d 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": "added LeftCurlyCheck and EmptyBlockCheck by @AlexHaxe", - "version": "1.1.7", + "releasenote": "added AccessOrderCheck which replaces OverrideCheck", + "version": "1.1.8", "url": "https://github.com/adireddy/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 8ad44fca..d6e2c2aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "1.1.7", + "version": "1.1.8", "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 28404328..08b3e45a 100644 --- a/resources/static-analysis.xml +++ b/resources/static-analysis.xml @@ -2,6 +2,8 @@ + + @@ -52,8 +54,6 @@ - -