File tree Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Expand file tree Collapse file tree 4 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 22<checkstyle version =" 5.0" >
33 <file name =" checkstyle/ Checker.hx" >
44 </file >
5+ <file name =" checkstyle/ checks/ AccessOrderCheck.hx" >
6+ </file >
57 <file name =" checkstyle/ checks/ AnonymousCheck.hx" >
68 </file >
79 <file name =" checkstyle/ checks/ ArrayInstantiationCheck.hx" >
5254 </file >
5355 <file name =" checkstyle/ checks/ NestedTryDepthCheck.hx" >
5456 </file >
55- <file name =" checkstyle/ checks/ OverrideCheck.hx" >
56- </file >
5757 <file name =" checkstyle/ checks/ ParameterNameCheck.hx" >
5858 </file >
5959 <file name =" checkstyle/ checks/ ParameterNumberCheck.hx" >
You can’t perform that action at this time.
0 commit comments