Replies: 1 comment
-
Sorry it took me so long to see this. Sounds good to me, will look at this when I get a chance. :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The output table column width is currently fixed on 70 chars in
CoverageCheckStyle::table()
. This limits the readability on large screens when you have long path names.What do you think about adding a CLI option to override the default value of 70?
The call could be something like
Beta Was this translation helpful? Give feedback.
All reactions