File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -146,13 +146,15 @@ More information in [wiki page](https://github.com/adireddy/haxe-checkstyle/wiki
146146
147147To see all the options available run ` haxelib run checkstyle `
148148
149+ ```
149150[-p | --path] <loc> : Set reporter path
150151[-x | --xslt] <x> : Set reporter style (XSLT)
151152[-r | --reporter] <reporterName> : Set reporter
152153[--list-reporters] : List all reporters
153154[-c | --config] <configPath> : Set config file
154155[--list-checks] : List all checks
155156[-s | --source] <sourcePath> : Set sources to process
157+ ```
156158
157159###Hudson and Bamboo Integration
158160
@@ -162,7 +164,7 @@ You can also set XSLT style for the XML generated. See the sample below.
162164
163165` haxelib run checkstyle -s src -c config.json -r xml -p report.xml -x report.xsl `
164166
165- Sample Hudson integration chart.
167+ Sample Hudson Checkstyle Trend Chart:
166168
167169![ hudson] ( https://raw.githubusercontent.com/adireddy/haxe-checkstyle/master/hudson.png )
168170
You can’t perform that action at this time.
0 commit comments