mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-14 07:53:46 -05:00
build: add poethepoet
This commit is contained in:
@@ -5,6 +5,6 @@ external-sources=true
|
||||
shell=bash
|
||||
|
||||
disable=SC2236 # Allow [ ! -z foo ] instead of suggesting -n
|
||||
disable=SC2001 # Allow string="stirng" ; echo "$string" | sed -e "s/ir/ri/"
|
||||
disable=SC2001 # Allow string="string" ; echo "$string" | sed -e "s/ir/ri/"
|
||||
disable=SC2317 # Allow Command appears to be unreachable
|
||||
disable=SC2034 # Allow unused variables
|
||||
|
||||
Reference in New Issue
Block a user