Slide 11
Slide 11 text
Field: output (一部抜粋)
● format
○ 出力時の形式を設定 (Default: colored-line-number)
■ line-number, json, colored-tab, tab, checkstyle, code-climate, junit-xml,
github-actions, teamcity
○ カンマ区切りで複数指定することができ、フォーマット名とパスをコロン記号で区切る
ことで、それぞれに出力を与えることができる
output:
format: checkstyle:report.xml, json:stdout, colored-line-number