Printing a Checkstyle Report
Checkstyle でのレポートの表示 - PEAR
To print a Checkstyle report, use the --report=checkstyle command line argument.
Checkstyle 形式のレポートを表示するには、コマンドライン引数 --report=checkstyle を使用します。 - PEAR
report Print either the "full", "xml", "checkstyle", "csv" or "summary" report (the "full" report is printed by default)Note: The --standard command line argument is optional, even if you have more than one coding standard installed.
注意コマンドライン引数 --standard はオプションです。 これは、複数のコーディング規約をインストールしている場合でも同様です。 - PEAR