Commit 0aa727d1 authored by Kai Ehrhardt's avatar Kai Ehrhardt
Browse files

fix(rules): implement positive match rule for shellcheck

parent ee2e07be
Loading
Loading
Loading
Loading
+17 −17
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ bash-shellcheck:
  rules:
    - if: '$BASH_SHELLCHECK_DISABLED == "true"'
      when: never
    - if: '$BASH_SHELLCHECK_DISABLED == null'

bash-bats:
  extends: .bash-base
@@ -236,4 +237,3 @@ bash-bats:
      - reports
  rules:
    - if: '$BASH_BATS_ENABLED == "true"'