mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
lowercase file_type
This commit is contained in:
parent
7632f64664
commit
6bb65aaa2c
1 changed files with 4 additions and 4 deletions
|
@ -355,10 +355,10 @@ function BuildFileList() {
|
||||||
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
|
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
|
||||||
##########################################################
|
##########################################################
|
||||||
READ_ONLY_CHANGE_FLAG=1
|
READ_ONLY_CHANGE_FLAG=1
|
||||||
########################
|
####################
|
||||||
# Get the Golang files #
|
# Get the R files #
|
||||||
########################
|
####################
|
||||||
elif [ "${FILE_TYPE}" == "R" ]; then
|
elif [ "${FILE_TYPE}" == "r" ]; then
|
||||||
################################
|
################################
|
||||||
# Append the file to the array #
|
# Append the file to the array #
|
||||||
################################
|
################################
|
||||||
|
|
Loading…
Reference in a new issue