Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
This is most useful when both m1 and m2 projects shares the same configuration files. What happens is that the configuration have an expression, say "checkstyle.suppressions.file", which will be overridden by the location of the actual suppressions file.
Created a new parameter, suppressionsFileExpression, which represents the expression used in checkstyle configuration file. When this expression is present, then the FilterSet will not be used anymore.