mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Remove npm-groovy-lint custom handling as it now accepts files as arguments (#3250)
This commit is contained in:
parent
f7dba5115a
commit
f1196a50f6
1 changed files with 0 additions and 11 deletions
|
@ -215,17 +215,6 @@ function LintCodebase() {
|
||||||
exit $? 2>&1
|
exit $? 2>&1
|
||||||
)
|
)
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Corner case for groovy as we have to pass it as path and file in ant format #
|
|
||||||
###############################################################################
|
|
||||||
elif [[ ${FILE_TYPE} == "GROOVY" ]]; then
|
|
||||||
#######################################
|
|
||||||
# Lint the file with the updated path #
|
|
||||||
#######################################
|
|
||||||
LINT_CMD=$(
|
|
||||||
cd "${WORKSPACE_PATH}" || exit
|
|
||||||
${LINTER_COMMAND} --path "${DIR_NAME}" --files "$FILE_NAME" 2>&1
|
|
||||||
)
|
|
||||||
###############################################################################
|
|
||||||
# Corner case for R as we have to pass it to R #
|
# Corner case for R as we have to pass it to R #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
elif [[ ${FILE_TYPE} == "R" ]]; then
|
elif [[ ${FILE_TYPE} == "R" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue