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
I wasted time until I noticed the filename was incorrect, so I think it more useful if detekt would fail fast when passing an invalid file path to the --baseline option.
For example:
$ detekt --baseline basline.xml
Invalid the file path `basline.xml` is specified to the `--baseline` option!
What do you think about this idea?
Thank you for reading.
The text was updated successfully, but these errors were encountered:
Hi,
When I'm using detekt via CLI, I noticed a behavior that is not very intuitive.
When I accidentally pass a non-existent file to the
--baseline
option, detekt never outputs about the invalid file and succeeds.I wasted time until I noticed the filename was incorrect, so I think it more useful if detekt would fail fast when passing an invalid file path to the
--baseline
option.For example:
What do you think about this idea?
Thank you for reading.
The text was updated successfully, but these errors were encountered: