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
This commit is contained in:
William Chargin 2018-07-31 10:58:29 -07:00 committed by GitHub
parent 2af2fe3b43
commit dbf5caa08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
#!/bin/sh #!/bin/sh
! git grep -n -i "STOP""SHIP" -- :/ ! git grep -n -i "STOP""SHIP" -- :/ ':/!*.md'