[O] Unify shellcheck disable list
This commit is contained in:
parent
2a84f63fd5
commit
e31d3df4c6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -20,5 +20,5 @@ jobs:
|
|||
- name: Run shellcheck
|
||||
run: |
|
||||
shellcheck -V
|
||||
shellcheck -e SC2244 -e SC2243 -e SC2154 neofetch
|
||||
shellcheck neofetch
|
||||
./neofetch
|
||||
|
|
2
neofetch
2
neofetch
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# vim: noai:ts=4:sw=4:expandtab
|
||||
# shellcheck source=/dev/null
|
||||
# shellcheck disable=2009 disable=2153
|
||||
# shellcheck disable=2009 disable=2153 disable=2154 disable=2243 disable=2244
|
||||
#
|
||||
# Neofetch: A command-line system information tool written in bash 3.2+.
|
||||
# https://github.com/dylanaraps/neofetch
|
||||
|
|
Loading…
Reference in a new issue