spelling: changeset

This commit is contained in:
Josh Soref 2020-06-20 23:50:18 -04:00 committed by GitHub
parent e4fecc1c8d
commit 246396b570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1636,7 +1636,7 @@ LintCodebase()
if [ ${#FILE_ARRAY[@]} -eq 0 ] && [ "$VALIDATE_ALL_CODEBASE" == "false" ]; then
# No files found in commit and user has asked to not validate code base
SKIP_FLAG=1
# echo " - No files found in chageset to lint for language:[$FILE_TYPE]"
# echo " - No files found in changeset to lint for language:[$FILE_TYPE]"
elif [ ${#FILE_ARRAY[@]} -ne 0 ]; then
# We have files added to array of files to check
LIST_FILES=("${FILE_ARRAY[@]}") # Copy the array into list