When playing with dockerfiles and multiple repos (main usecase for me is part of CI) it would be nice to be able to override specific config settings via environment; for instance YAMLLINT_CONFIG="line-length.max=81" yamllint foo.yaml. This makes it easier to override a few settings without having to check in a config in each repo you're testing against.