File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ###Report of default checks on CheckStyle library itself
2+
3+ ` Info: LINE - 4: Invalid enum member signature: INFO (name should be ~/^[a-z]+[a-zA-Z0-9]*$/) `
4+
5+ ` Info: LINE - 5: Invalid enum member signature: WARNING (name should be ~/^[a-z]+[a-zA-Z0-9]*$/) `
6+
7+ ` Info: LINE - 6: Invalid enum member signature: ERROR (name should be ~/^[a-z]+[a-zA-Z0-9]*$/) `
8+
9+ ` Total Issues: 3 (Errors: 0 Warnings: 0 Infos: 3) `
Original file line number Diff line number Diff line change 1111-main checkstyle. Main
1212-D checkstyle
1313-neko run.n
14+ -cmd neko run -s checkstyle -r xml -p resources/static-analysis.xml -report
1415
1516--next
16-
17- -cmd neko run -s checkstyle -r xml -p resources/static-analysis.xml -report
17+ -main checkstyle. Main
18+ -neko run.n
1819
1920--next
2021-cp test
Original file line number Diff line number Diff line change 11package checkstyle ;
22
3+ import sys .io .File ;
34#if checkstyle
45import sys .io .FileOutput ;
5- import sys .io .File ;
66#end
77
88class Report {
99
1010 var staticAnalysisXML : Xml ;
11+
12+ #if checkstyle
1113 var reportFile : FileOutput ;
14+ #end
1215
1316 public function new () {}
1417
You can’t perform that action at this time.
0 commit comments