We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840eb70 commit 485b2e4Copy full SHA for 485b2e4
haxelib.json
@@ -10,8 +10,8 @@
10
],
11
"description": "Automated code analysis ideal for projects that want to enforce a coding standard.",
12
"contributors": ["adireddy"],
13
- "releasenote": "added NestedIfDepth, NestedForDepth and NestedTryDepth checks by @AlexHaxe",
14
- "version": "1.1.0",
+ "releasenote": "added Cyclomatic Complexity test by @alebianco",
+ "version": "1.1.1",
15
"url": "https://github.com/adireddy/haxe-checkstyle",
16
"dependencies": {
17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "checkstyle",
3
4
5
"repository": {
6
"type": "git",
0 commit comments