mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Update lib/linter.sh
This commit is contained in:
parent
95af99a134
commit
dc881c2d1a
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ GetValidationInfo()
|
|||
###############################
|
||||
# Convert string to lowercase #
|
||||
###############################
|
||||
DSIABLE_ERRORS=$(echo "$DISABLE_ERRORS" | awk '{print tolower($0)}')
|
||||
DISABLE_ERRORS=$(echo "$DISABLE_ERRORS" | awk '{print tolower($0)}')
|
||||
|
||||
############################
|
||||
# Set to false if not true #
|
||||
|
|
Loading…
Reference in a new issue