diff --git a/lib/linter.sh b/lib/linter.sh index 2ff1d204..632ab8d3 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -592,7 +592,7 @@ LintYmlFiles() ################################ # Lint the file with the rules # ################################ - LINT_CMD=$("$LINTER_NAME" "$YAML_LINTER_RULES" "$FILE" 2>&1) + LINT_CMD=$("$LINTER_NAME" -c "$YAML_LINTER_RULES" "$FILE" 2>&1) ####################### # Load the error code #