mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-11 13:14:28 +00:00
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:
parent
2af2fe3b43
commit
dbf5caa08f
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
! git grep -n -i "STOP""SHIP" -- :/
|
! git grep -n -i "STOP""SHIP" -- :/ ':/!*.md'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user