From dbf5caa08f87b8b522120d644b1601efbe51c438 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Tue, 31 Jul 2018 10:58:29 -0700 Subject: [PATCH] Permit STOPSHIPs in Markdown files (#573) Summary: This way, we can document what STOPSHIPs are without having to tip-toe around the phrase. Test Plan: Add `STOPSHIP` to `README.md`, and note that `yarn test` fails before this change but passes after it. wchargin-branch: stopship-markdown-okay --- scripts/check-stopships.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-stopships.sh b/scripts/check-stopships.sh index 4380ab7..25012ba 100755 --- a/scripts/check-stopships.sh +++ b/scripts/check-stopships.sh @@ -1,2 +1,2 @@ #!/bin/sh -! git grep -n -i "STOP""SHIP" -- :/ +! git grep -n -i "STOP""SHIP" -- :/ ':/!*.md'