Skip to content

Commit cdc24c8

Browse files
committed
Merge branch 'dev'
2 parents 0a6248d + 7d7d442 commit cdc24c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

haxelib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
1212
"contributors": ["adireddy"],
13-
"releasenote": "added emptyBlockCheck config for BlockFormatCheck",
14-
"version": "1.0.7",
13+
"releasenote": "introduced enforceReturnType and enforcePublicPrivate by @AlexHaxe",
14+
"version": "1.0.8",
1515
"url": "https://github.com/adireddy/haxe-checkstyle",
1616
"dependencies": {
1717

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

run.n

2.82 KB
Binary file not shown.

0 commit comments

Comments
 (0)