Skip to content

Commit

Permalink
[O] Unify shellcheck disable list
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 12, 2022
1 parent 2a84f63 commit e31d3df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Run shellcheck
run: |
shellcheck -V
shellcheck -e SC2244 -e SC2243 -e SC2154 neofetch
shellcheck neofetch
./neofetch
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e31d3df

Please sign in to comment.