This release adds the RegexpOnString check and a minor improvement to the PropertyCatalog check.
- The RegexpOnString check helps finding String literals which match a regular expression (for example, 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.