diff --git a/lib/linter.sh b/lib/linter.sh index 5c50dce6..352b7700 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 # ##################################