Skip to content

Commit 1f8f0ae

Browse files
committed
prepare 2.8.0 release
1 parent 0d784ee commit 1f8f0ae

File tree

9 files changed

+33
-30
lines changed

9 files changed

+33
-30
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
haxe-version: ['4.1.5', '4.2.4', 'nightly']
18+
haxe-version: ['4.1.5', '4.2.5', 'nightly']
1919
env:
2020
CC_TEST_REPORTER_ID: c4eda639526d39fbcab7ab9fc68c4046d4e597df56dbcb552b42d27b3580b758
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2222
steps:
2323
- uses: actions/checkout@v1
24-
- name: Use Node.js 10
24+
- name: Use Node.js 12
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 10
27+
node-version: 12
2828
- name: Installing codeclimate client
29-
if: matrix.haxe-version == '4.2.4'
29+
if: matrix.haxe-version == '4.2.5'
3030
run: |
3131
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
3232
chmod +x ./cc-test-reporter
@@ -51,22 +51,23 @@ jobs:
5151
- name: Build NodeJs version
5252
run: npx haxe buildJS.hxml
5353
- name: Build C++ version
54-
if: matrix.haxe-version != 'nightly'
5554
run: echo "y" | npx haxe buildCpp.hxml
5655
- name: Build JSON schema
5756
run: npx haxe buildSchema.hxml
5857
- name: Run eval tests
5958
run: npx haxe -D codecov_json testAndResources.hxml
6059
- name: Run Java tests
6160
run: npx haxe testJava.hxml
61+
- name: Run JVM tests
62+
run: npx haxe testJvm.hxml
6263
- name: Format and upload codeclimate coverage
63-
if: success() && matrix.haxe-version == '4.2.4'
64+
if: success() && matrix.haxe-version == '4.2.5'
6465
run: |
6566
( \
6667
cd src; \
6768
../cc-test-reporter format-coverage -t lcov ../lcov.info; \
6869
../cc-test-reporter upload-coverage; \
6970
)
7071
- name: Upload results to codecov
71-
if: success() && (matrix.haxe-version == '4.2.4')
72+
if: success() && (matrix.haxe-version == '4.2.5')
7273
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.2.4",
2+
"version": "4.2.5",
33
"resolveLibs": "scoped"
44
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## dev branch / next version (2.x.x)
44

5+
## version 2.8.0 (2022-08-24)
6+
57
- New check `CommentedOutCode` to check comments for commented out code fragments ([#512](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/512))
68
- Fixed Haxe nightly compilation ([#505](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/505))
79
- Added related messages to reporters for `CodeSimilarity` check ([#506](https://github.com/HaxeCheckstyle/haxe-checkstyle/issues/506))

haxe_libraries/json2object.hxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @install: lix --silent download "gh://github.com/elnabo/json2object#a6845b4826151271dd34c69631ffda0886abd562" into json2object/3.8.1/github/a6845b4826151271dd34c69631ffda0886abd562
1+
# @install: lix --silent download "haxelib:/json2object#3.10.0" into json2object/3.10.0/haxelib
22
-lib hxjsonast
3-
-cp ${HAXE_LIBCACHE}/json2object/3.8.1/github/a6845b4826151271dd34c69631ffda0886abd562/src
4-
-D json2object=3.8.1
3+
-cp ${HAXE_LIBCACHE}/json2object/3.10.0/haxelib/src
4+
-D json2object=3.10.0

haxe_libraries/test-adapter.hxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-D test-adapter=1.2.6
2-
# @install: lix --silent download "haxelib:/test-adapter#1.2.6" into test-adapter/1.2.6/haxelib
1+
# @install: lix --silent download "haxelib:/test-adapter#2.0.1" into test-adapter/2.0.1/haxelib
32
-lib json2object
4-
-cp ${HAXE_LIBCACHE}/test-adapter/1.2.6/haxelib/
3+
-cp ${HAXE_LIBCACHE}/test-adapter/2.0.1/haxelib/
4+
-D test-adapter=2.0.1
55
--macro _testadapter.Macro.init()

haxe_libraries/tokentree.hxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# @install: lix --silent download "gh://github.com/HaxeCheckstyle/tokentree#34216bcef43d521463a38ada480a1e993cd877a7" into tokentree/1.1.1/github/34216bcef43d521463a38ada480a1e993cd877a7
2-
-cp ${HAXE_LIBCACHE}/tokentree/1.1.1/github/34216bcef43d521463a38ada480a1e993cd877a7/src
3-
-D tokentree=1.1.1
1+
# @install: lix --silent download "haxelib:/tokentree#1.1.2" into tokentree/1.1.2/haxelib
2+
-cp ${HAXE_LIBCACHE}/tokentree/1.1.2/haxelib/src
3+
-D tokentree=1.1.2

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"adireddy",
1919
"Gama11"
2020
],
21-
"releasenote": "breaking change: EnforceVarTypeHint renamed to VarTypeHint - see CHANGELOG",
22-
"version": "2.7.0",
21+
"releasenote": "added CommentedOutCode check - see CHANGELOG",
22+
"version": "2.8.0",
2323
"url": "https://github.com/HaxeCheckstyle/haxe-checkstyle",
2424
"dependencies": {}
2525
}

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@haxecheckstyle/haxe-checkstyle",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
}
3030
],
3131
"devDependencies": {
32-
"lix": "^15.11.6"
32+
"lix": "^15.12.0"
3333
},
3434
"bugs": "https://github.com/HaxeCheckstyle/haxe-checkstyle/issues",
3535
"license": "MIT",

0 commit comments

Comments
 (0)