mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Add a debug instructions to check LANGUAGE_LINTER_RULES
This commit is contained in:
parent
dfaeaf317d
commit
4507a8e056
1 changed files with 2 additions and 0 deletions
|
@ -409,6 +409,8 @@ GetLinterRules() {
|
|||
debug " -> Codebase does NOT have file:[${LANGUAGE_FILE_PATH}], nor file:[${SECONDARY_LANGUAGE_FILE_PATH}], using Default rules at:[${!LANGUAGE_LINTER_RULES}]"
|
||||
fi
|
||||
|
||||
debug " -> Language rules file variable (${LANGUAGE_LINTER_RULES}) value is: ${!LANGUAGE_LINTER_RULES}"
|
||||
|
||||
if [ -e "${!LANGUAGE_LINTER_RULES}" ]; then
|
||||
debug " -> Rules file (${!LANGUAGE_LINTER_RULES}) exists."
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue