2
0
mirror of https://github.com/status-im/sourcecred.git synced 2025-03-02 13:10:31 +00:00
sourcecred/scripts/check-stopships.sh
William Chargin dbf5caa08f
Permit STOPSHIPs in Markdown files ()
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'