I want to enable all linters for my repository but should fail only for REPOSITORY_TRIVY errors #5184
-
How can I configure the environment variables to achieve the following usecase "I want to enable all linters for my repository but should fail only for REPOSITORY_TRIVY errors" I can't maintain all the available linters under DISABLE_ERRORS_LINTERS env, instead i want to disable errors for all except REPOSITORY_TRIVY. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@mrchandana I think that with the current architecture, you have no other way than using DISABLE_ERRORS_LINTERS DISABLE_ERRORS_LINTERS:
- LINTER1
- LINTER2
- LINTER3
- ... A new config property |
Beta Was this translation helpful? Give feedback.
-
Fixed is #5186 with ENABLE_ERRORS_LINTERS property :) |
Beta Was this translation helpful? Give feedback.
Fixed is #5186 with ENABLE_ERRORS_LINTERS property :)