v2.1.0
This release adds two new features to Checkstyle Addons:
- A new check: RegexpOnString, which helps finding String literals which match a regular expression (for example, find hard-coded host names)
- The placeholders in the
propertyFile
option of the PropertyCatalog check were extended to include{11}
, which evaluates to dynamic module roots, thus allowing a fixed check configuration to be applied to different projects with different module structures.