Skip to content

Releases: yegor256/qulice

Bug fix for Windows compliance

27 May 06:33
Compare
Choose a tag to compare

This version fixes the bug reported in #243

RedundantThrows check disabled

16 May 21:02
Compare
Choose a tag to compare

Due to its annoying bug RedundantThrows check was disabled

More checks

05 May 19:34
Compare
Choose a tag to compare

This version adds more checks to the package, and fixes some old bugs.

Two new plugins

02 Apr 17:13
Compare
Choose a tag to compare

maven-duplicate-finder-plugin and jslint-maven-plugin added to the list of checks. Besides that, a few bugs fixed

New Checkstyle and PMD checks

27 Mar 21:58
Compare
Choose a tag to compare

This version upgraded PMD to 5.1 and introduced a few new Checkstyle checks. Try it out!

Bug fixes

11 Mar 10:02
Compare
Choose a tag to compare

Minor bug fix, that makes this version stable

Checkstyle checks

11 Mar 08:29
Compare
Choose a tag to compare

This versions adds a few new Checkstyle checks.

Better formatting of exclusions

02 Mar 13:32
Compare
Choose a tag to compare

In this version every exclusion should start with a prefix, for example:

checkstyle:/src/it/.*
findbugs:.*

etc.

FindBugs and exclusions in Maven plugin

02 Mar 13:32
Compare
Choose a tag to compare

This version enables FindBugs, which was disabled long time ago. Besides that, it adds a configuration parameter to qulice-maven-plugin, to enable exclusions of entire blocks/files: http://www.qulice.com/qulice-maven-plugin/example-exclude.html

Stricter rules

03 Feb 20:34
Compare
Choose a tag to compare

This version adds more Checkstyle and PMD rules.