-
-
Save janpaul123/4df2223b1b8883976378e831ba59cbc9 to your computer and use it in GitHub Desktop.
Test plan Overcommit rule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CommitMsg: | |
MessageFormat: | |
enabled: true | |
description: 'Include a test plan in the commit message' | |
pattern: 'Test plan:' | |
expected_pattern_message: 'Test plan: <description of how you tested>' | |
sample_message: 'Test plan: already covered by screenshot test; added unit test' | |
on_fail: warn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment