mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-09 13:24:59 -05:00
Merge pull request #384 from leviem1/config-patch
Fixed config load issue caused by quotes
This commit is contained in:
commit
d1a74e3789
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ GetLinterRules() {
|
||||||
########################################
|
########################################
|
||||||
# Update the path to the file location #
|
# Update the path to the file location #
|
||||||
########################################
|
########################################
|
||||||
declare -g "${LANGUAGE_LINTER_RULES}=$GITHUB_WORKSPACE/$LINTER_RULES_PATH/${!LANGUAGE_FILE_NAME}"
|
eval "${LANGUAGE_LINTER_RULES}=$GITHUB_WORKSPACE/$LINTER_RULES_PATH/${!LANGUAGE_FILE_NAME}"
|
||||||
else
|
else
|
||||||
########################################################
|
########################################################
|
||||||
# No user default provided, using the template default #
|
# No user default provided, using the template default #
|
||||||
|
|
Loading…
Reference in a new issue