Skip to content

1.6.0

Compare
Choose a tag to compare
@DaveLiddament DaveLiddament released this 01 Dec 23:21
· 70 commits to master since this release
7feae9c

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.