misc: Surpress last lint errors as they are intended behavior
This commit is contained in:
parent
1c015aea18
commit
4698dbd06e
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=2016,2009
|
||||
# shellcheck disable=2009,2012,2016
|
||||
#
|
||||
# Neofetch: A command-line system information tool written in bash 3.2+.
|
||||
# https://github.com/dylanaraps/neofetch
|
||||
|
|
Reference in New Issue