Skip to content

Commit

Permalink
Ignore SC2140 and SC2016
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonVanAssche committed Apr 30, 2022
1 parent 0e22e4e commit 000af67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Run shellcheck.
run: |
shopt -s nullglob
shellcheck bashpass
shellcheck scripts/*
shellcheck bashpass -e SC2140
shellcheck scripts/* -e SC2016

0 comments on commit 000af67

Please sign in to comment.