1.6.0
Adds concept of severity. Issues can be either ERROR
or WARNING
. By default both are reported. However it is possible to exclude warnings from the results by using the --ignore-warnings
flag.
Thanks to @MisterIcy who suggested the idea and came up with an initial implementation, from which this PR is inspired by.