Describe the bug
We have two issues that we must override in our codebase - one in markdown and one in python. I have merged all the ongoing changes to the template files while preserving our two overrides. Super Linter acknowledges the two user provided files and then seems to not actually use them when running the markdown and python lints.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
.markdown-lint.yml and .python-lint should override the lint errors (as they have in earlier releases.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
You can follow my debugging attempts in this PR: https://github.com/Chia-Network/chia-blockchain/pull/302
A recent run - https://github.com/Chia-Network/chia-blockchain/runs/833154863?check_suite_focus=true#step:4:56
I can also reproduce this issue with ESLint.
I did the test in version 3.0 and it is ok, in 3.1 it is also with error
its not working for me also when using v3
```
i do see it recognize i have yaml linter file:
User provided file:[.yaml-lint.yml], setting rules file...`to be honest i'm trying for the last few days to get this working on few repositories, with different versions, no luck.
ok this first issue was fixed by setting the variables globally scoped.
it works with master for the yaml issue.
for docker linters it still does not work
Could be fixed by associative array in Bash 4...? This is an annoying little bug...
@leviem1 agree this bug sucks... Any help to resolve is much appreciated, busy week and not a ton of time to hunt :)
I have narrowed this down to being introduced after 3.1.1. This is a successful run for 3.1.1 on the same codebase/branch from above.
@admiralAwkbar That might help. If _I_ get the sword do _I_ get to be king? 馃槅

