Support config files with well-known file names #49
Labels
decision pending
Still deciding whether this is something we should do
enhancement
New feature or request
needs design
Indicates that the proposed enhancement needs more thought on design
Right now, the config file is passed using the
--config
flag tokube-linter lint
. In practice, however, users may want to have different configs (with different custom checks and different lists of enabled checks) for different apps, which may be in different directories or different Helm charts. Similar to.eslintrc
files, we could support config files with a well-known filename, say.kube-linterrc
, and havekube-linter lint
automatically read them and merge them into the existing config as it walks directories.The text was updated successfully, but these errors were encountered: