Skip to content

Commit 4c9cb1e

Browse files
move shellcheck config
1 parent c762db9 commit 4c9cb1e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ repos:
3434
name: shellcheck
3535
entry: tools/run_tool.sh shellcheck
3636
language: system
37-
args: [-e, SC1091]
3837
types: [shell]
3938
- repo: https://github.com/eclipse-score/tooling
4039
rev: 31ff8eee214e4e97ef8f5cb46e443273515b63ec

.shellcheckrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ disable=SC2046
2424

2525
# optional checks, fixes might not be easy and better not break the code
2626
disable=SC2292,SC2154,SC2312
27+
28+
# SC1091: Not following sourced files that are not specified as input
29+
disable=SC1091

0 commit comments

Comments
 (0)