kwin commented on a change in pull request #33: URL: https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/33#discussion_r736210293
########## File path: readme.md ########## @@ -83,6 +83,15 @@ This analyser checks for allowed and denied paths inside content packages. This `includes` | Content paths | A comma separated list of content paths. If this is specified all content in the content package must match at least one of these. `excludes` | Content paths | A comma separated list of content paths. If this is specified all content in the content package must not match any of these - except it matches an include. +## `content-packages-validation` + +Runs the default [filevault validators](https://jackrabbit.apache.org/filevault/validation.html) on the content packages. + + Configuration key | Allowed values | Description + ----------------- | -------------- | ----- +`disabled-validators` | validator ids | A comma separated list of validator-ids to disable +`max-report-level` | severity level | Maximum severity level to report. (INFO, WARN, ERROR) defaults to WARN. The default will never break a build. Review comment: I think it should be stated that higher severity issues are still reported (not hidden) but downgraded to the max report level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
