mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
dbf5caa08f
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
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
! git grep -n -i "STOP""SHIP" -- :/ ':/!*.md'
|