Unverified Commit 5a41be0a authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Add SC1091 to shellcheck_flags

parent a0eeff12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,5 +63,5 @@ jobs:
        with:
          level: warning
          reporter: github-pr-review
          shellcheck_flags: -x -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153
          shellcheck_flags: -x -e SC2001 -e SC2034 -e SC2064 -e SC2317 -e SC2153 -e SC1091
          github_token: ${{ secrets.GITHUB_TOKEN }}