Commit 728b828
committed
Show brief after rule ID in verbose text output
The rule brief is a short description of the rule. When arduino-lint is run in `--verbose` mode, the ID of each rule is
displayed. While this serves to show the progress of linting each project, the user will not know the significance of
these IDs, and previously wouldn't get any other context unless the rule was violated (in which case the failure message
is displayed), so it is somewhat cryptic Displaying the brief after the rule ID explains the rules that are being run
without increasing the volume of output significantly.1 parent a58dfe9 commit 728b828
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments