mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Fix shellchekc for linter versions
This commit is contained in:
parent
cc5556514f
commit
95ca6f0006
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
|||
###########
|
||||
# Globals #
|
||||
###########
|
||||
LOG_TRACE=true # Set log
|
||||
(( LOG_TRACE=LOG_DEBUG=LOG_VERBOSE=LOG_NOTICE=LOG_WARN=LOG_ERROR="true" )) # Enable all loging
|
||||
export LOG_TRACE LOG_DEBUG LOG_VERBOSE LOG_NOTICE LOG_WARN LOG_ERROR
|
||||
|
||||
#########################
|
||||
# Source Function Files #
|
||||
|
|
Loading…
Reference in a new issue