Closed seddonym closed 2 years ago
When lint-imports takes a long time to run, it can be terminated by some CI services due to lack of output, e.g. this from CircleCI:
lint-imports
Too long with no output (exceeded 10m0s): context deadline exceeded
To stop this happening, it would be helpful if lint-imports could have a --verbose flag that would print out progress.
--verbose
When
lint-imports
takes a long time to run, it can be terminated by some CI services due to lack of output, e.g. this from CircleCI:To stop this happening, it would be helpful if
lint-imports
could have a--verbose
flag that would print out progress.