Skip to content

Commit

Permalink
haxelib release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Nov 7, 2015
1 parent f3740bd commit 7007118
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions build.hxml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions resources/static-analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<checkstyle version="5.0">
<file name="checkstyle&#x2F;Checker.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;AccessOrderCheck.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;AnonymousCheck.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;ArrayInstantiationCheck.hx">
Expand Down Expand Up @@ -52,8 +54,6 @@
</file>
<file name="checkstyle&#x2F;checks&#x2F;NestedTryDepthCheck.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;OverrideCheck.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;ParameterNameCheck.hx">
</file>
<file name="checkstyle&#x2F;checks&#x2F;ParameterNumberCheck.hx">
Expand Down

0 comments on commit 7007118

Please sign in to comment.