sourcecred/scripts/check-stopships.sh
William Chargin dbf5caa08f
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
2018-07-31 10:58:29 -07:00

3 lines
56 B
Bash
Executable File

#!/bin/sh
! git grep -n -i "STOP""SHIP" -- :/ ':/!*.md'