You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alestiago
changed the title
feat: improve formatting when running run custom_lint
feat: improve output formatting when running run custom_lintMar 1, 2023
I look forward to your contribution.
Will it be possible to change the output with the --fatal-infos and --no-fatal-infos options of dart analyze?
I want to have good control over execution and errors in CI.
Description
As a developer I would like the output of custom lint to be beautiful and informative just like
dart analyze
.I would like:
flutter pub run custom_lint
to include a summary documenting the total number of issues found (just likedart analyze
)flutter pub run custom lint
to show a colourful and well indented output (just likedart analyze
).flutter pub run custom lint
to show a well formatted time output of the total execution time (just likedart analyze
).Output comparison screenshots
Example
dart analyze
outputExample
flutter pub run custom lint
outputThe text was updated successfully, but these errors were encountered: