mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Textlint should check every file
This commit is contained in:
parent
671c14db55
commit
92ee250684
1 changed files with 3 additions and 1 deletions
|
@ -312,6 +312,9 @@ function BuildFileList() {
|
||||||
# Editorconfig-checker should check every file
|
# Editorconfig-checker should check every file
|
||||||
FILE_ARRAY_EDITORCONFIG+=("${FILE}")
|
FILE_ARRAY_EDITORCONFIG+=("${FILE}")
|
||||||
|
|
||||||
|
# Textlint should check every file
|
||||||
|
FILE_ARRAY_NATURAL_LANGUAGE+=("${FILE}")
|
||||||
|
|
||||||
if [ "${VALIDATE_JSCPD_ALL_CODEBASE}" == "true" ]; then
|
if [ "${VALIDATE_JSCPD_ALL_CODEBASE}" == "true" ]; then
|
||||||
debug "Not adding ${FILE} to FILE_ARRAY_JSCPD because we're going to lint the whole codebase anyway."
|
debug "Not adding ${FILE} to FILE_ARRAY_JSCPD because we're going to lint the whole codebase anyway."
|
||||||
else
|
else
|
||||||
|
@ -577,7 +580,6 @@ function BuildFileList() {
|
||||||
# Append the file to the array #
|
# Append the file to the array #
|
||||||
################################
|
################################
|
||||||
FILE_ARRAY_MARKDOWN+=("${FILE}")
|
FILE_ARRAY_MARKDOWN+=("${FILE}")
|
||||||
FILE_ARRAY_NATURAL_LANGUAGE+=("${FILE}")
|
|
||||||
|
|
||||||
######################
|
######################
|
||||||
# Get the PHP files #
|
# Get the PHP files #
|
||||||
|
|
Loading…
Reference in a new issue