Skip to content

Commit 7007118

Browse files
committed
haxelib release v1.1.8
1 parent f3740bd commit 7007118

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

build.hxml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
-cmd haxelib newrepo
2+
-cmd haxelib install hxparse 3.0.0 || true
3+
-cmd haxelib install haxeparser || true
4+
-cmd haxelib install haxeparser-substituted 1.0.1 || true
5+
-cmd haxelib install compiletime 2.5.1 || true
6+
-cmd haxelib install hxargs 3.0.0 || true
7+
8+
--next
9+
110
-cp resources
211
-cp checkstyle
312
-lib hxparse:3.0.0

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
1515
"contributors": ["adireddy"],
16-
"releasenote": "added LeftCurlyCheck and EmptyBlockCheck by @AlexHaxe",
17-
"version": "1.1.7",
16+
"releasenote": "added AccessOrderCheck which replaces OverrideCheck",
17+
"version": "1.1.8",
1818
"url": "https://github.com/adireddy/haxe-checkstyle",
1919
"dependencies": {
2020

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": "1.1.7",
3+
"version": "1.1.8",
44
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
55
"repository": {
66
"type": "git",

resources/static-analysis.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<checkstyle version="5.0">
33
<file name="checkstyle&#x2F;Checker.hx">
44
</file>
5+
<file name="checkstyle&#x2F;checks&#x2F;AccessOrderCheck.hx">
6+
</file>
57
<file name="checkstyle&#x2F;checks&#x2F;AnonymousCheck.hx">
68
</file>
79
<file name="checkstyle&#x2F;checks&#x2F;ArrayInstantiationCheck.hx">
@@ -52,8 +54,6 @@
5254
</file>
5355
<file name="checkstyle&#x2F;checks&#x2F;NestedTryDepthCheck.hx">
5456
</file>
55-
<file name="checkstyle&#x2F;checks&#x2F;OverrideCheck.hx">
56-
</file>
5757
<file name="checkstyle&#x2F;checks&#x2F;ParameterNameCheck.hx">
5858
</file>
5959
<file name="checkstyle&#x2F;checks&#x2F;ParameterNumberCheck.hx">

0 commit comments

Comments
 (0)