From e31d3df4c677dd2e2360cc328c7ac79d4d2adf93 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Thu, 11 Aug 2022 23:31:49 -0400 Subject: [PATCH] [O] Unify shellcheck disable list --- .github/workflows/shellcheck.yml | 2 +- neofetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 1da67cd7..2478f5bf 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -20,5 +20,5 @@ jobs: - name: Run shellcheck run: | shellcheck -V - shellcheck -e SC2244 -e SC2243 -e SC2154 neofetch + shellcheck neofetch ./neofetch diff --git a/neofetch b/neofetch index a7c5baf6..d23358b1 100755 --- a/neofetch +++ b/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