[
https://issues.apache.org/jira/browse/MCHECKSTYLE-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reassigned MCHECKSTYLE-408:
------------------------------------------
Assignee: Michael Osipov
> Audit events should use Maven logging
> -------------------------------------
>
> Key: MCHECKSTYLE-408
> URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-408
> Project: Maven Checkstyle Plugin
> Issue Type: Improvement
> Affects Versions: 3.1.2
> Reporter: Nas Kavian
> Assignee: Michael Osipov
> Priority: Major
>
> **How it works Now:**
> ```bash
> [INFO] — maven-checkstyle-plugin:3.1.2:checkstyle (default-cli) @ project —
> [INFO] Starting audit...
> ... other checkstyle output ...
> Audit done.
> [INFO]
> ```
> **Desired output**
> ```bash
> [INFO] — maven-checkstyle-plugin:3.1.2:checkstyle (default-cli) @ project —
> [INFO] Starting audit...
> ... other non-indented checkstyle output is okay ...
> [INFO] Audit done.
> [INFO]
> ```
> **So that the output is aligned when there are no violations**
> ```bash
> [INFO] — maven-checkstyle-plugin:3.1.2:checkstyle (default-cli) @ project —
> [INFO] Starting audit...
> [INFO] Audit done.
> [INFO]
> ```
> **Similar to SpotBugs and PMD output**
> ```bash
> [INFO] — spotbugs-maven-plugin:4.3.0:spotbugs (spotbugs) @ project —
> [INFO] Fork Value is true
> [INFO] Done SpotBugs Analysis....
> [INFO]
> [INFO] — maven-pmd-plugin:3.14.0:check (default-cli) @ project —
> [INFO] PMD version: 6.37.0
> [INFO]
> ```
> Originally wrote this issue in GitHub against the Checkstyle project, they
> asked to move it here.
> [https://github.com/checkstyle/checkstyle/issues/10775]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)