Disable source lookup errors

pull/3030/head
Åke Forslund 2021-11-23 11:56:54 +01:00
parent e6fe1bbc8a
commit b0f9a10e71
2 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,6 @@ jobs:
- name: Shell check mycroft tools
uses: ludeeus/action-shellcheck@ceeca77f6538b97991ca2c2a2ebe1ab64e573b5e
env:
SHELLCHECK_OPTS: -x --exclude SC1091
SHELLCHECK_OPTS: -x
with:
scandir: ./bin

3
.shellcheckrc Normal file
View File

@ -0,0 +1,3 @@
# Disable sourcing errors
disable=SC1090
disable=SC1091