Skip to content

Releases: jshiell/checkstyle-idea

4.27.1

02 Apr 14:22
Compare
Choose a tag to compare

Fixed: basedir now maps to the directory of the current module file, when available (#223).

4.27.0

25 Mar 11:14
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.17 (#220).

4.26.0

28 Feb 12:01
Compare
Choose a tag to compare

New: Added support for Eclipse-CS predefined variables (#217).

4.25.2

13 Feb 13:34
Compare
Choose a tag to compare

Fixed: Rule files should no longer be read every time the active configuration is queried (#212).
Fixed: Scan before checkin is now persisted across IDEA restarts (#216).

4.25.1

04 Feb 20:44
Compare
Choose a tag to compare

Fixed minimum supported build being set to 15.0.3.

4.25.0

04 Feb 20:29
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.15. Thanks to Thomas Harning (@harningt).

4.24.0

30 Jan 11:47
Compare
Choose a tag to compare

New - Added code style importer - thanks to Rustam Vishnyakov (@dyadix).

4.23.0

12 Jan 18:16
Compare
Choose a tag to compare

New: Updated to CheckStyle 6.14.1.

4.22.2

30 Dec 12:28
Compare
Choose a tag to compare

Fixed: Static scan rewritten to use IDEA's thread pooling and block less on read actions (#11).

4.22.1

19 Dec 12:48
Compare
Choose a tag to compare

Fixed: Now treats NPEs and AIOOBEs as parse exceptions (#201, #203).