Closed comdiv closed 1 year ago
Hi @comdiv, thanks for the PR !
(I've modified the semantics of the ""
exclusion pattern to match nothing )
Hi @comdiv, thanks for the PR ! (I've modified the semantics of the
""
exclusion pattern to match nothing )
OK, it's well semantic too.
Rule-level file exclude filter feature implementation #850
Tryed to keep project at max compatibility level.
But where are some changes in core structures.
Filters are prechecked and initialized after reading from TOML, so it could cause error. So
Initialize() error
method added to RuleConfigLogically it should be applyed in
normalize...
part of GetConfig, but just parse can return error, not normalize, so added call of initialization toparse
part of GetConfigAll tested.
Closes #850