Releases: jshiell/checkstyle-idea
Releases · jshiell/checkstyle-idea
4.27.1
Fixed: basedir now maps to the directory of the current module file, when available (#223).
4.27.0
New: Updated to CheckStyle 6.17 (#220).
4.26.0
New: Added support for Eclipse-CS predefined variables (#217).
4.25.2
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
Fixed minimum supported build being set to 15.0.3.
4.25.0
New: Updated to CheckStyle 6.15. Thanks to Thomas Harning (@harningt).
4.24.0
New - Added code style importer - thanks to Rustam Vishnyakov (@dyadix).
4.23.0
New: Updated to CheckStyle 6.14.1.
4.22.2
Fixed: Static scan rewritten to use IDEA's thread pooling and block less on read actions (#11).
4.22.1
Fixed: Now treats NPEs and AIOOBEs as parse exceptions (#201, #203).