freeipa / freeipa-operator

EXPERIMENTAL kubernetes operator for FreeIPA
31 stars 5 forks source link

linter: Add lintignore feature and bypass mechanism #11

Closed avisiedo closed 3 years ago

avisiedo commented 3 years ago

Add support for filter files in the repository to avoid linting them, and add a bypass mechanism which disable the filter, allowing to filter files that was being filtered normally. The bypass mechanism is enabled by setting LINT_FILTER_BYPASS=1

avisiedo commented 3 years ago

Added some documentation at DEVOPS.md file.