fix corner case

This commit is contained in:
Lucas Gravley 2020-02-04 15:32:14 -06:00
parent c03d109494
commit 124b516e6a

View file

@ -1320,7 +1320,7 @@ TestCodebase()
#########################################################
# If not found, assume it should be linted successfully #
#########################################################
if [ -z "$FILE_STATUS" ]; then
if [ -z "$FILE_STATUS" ] || [[ "$FILE" == *"README"* ]]; then
##################################
# Set to good for proper linting #
##################################