Commit 345efad4 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

Merge branch 'fix-shellcheck-positive-match' into 'master'

fix(rules): implement positive match rule for shellcheck

See merge request to-be-continuous/bash!14
parents cd6d6f4d ef699e61
Loading
Loading
Loading
Loading
+17 −19
Original line number Diff line number Diff line
@@ -213,8 +213,7 @@ bash-shellcheck:
    - export LC_ALL=C.UTF-8
    - shellcheck $BASH_SHELLCHECK_OPTS $BASH_SHELLCHECK_FILES
  rules:
    - if: '$BASH_SHELLCHECK_DISABLED == "true"'
      when: never
    - if: '$BASH_SHELLCHECK_DISABLED != "true"'

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