Skip to content

Instantly share code, notes, and snippets.

@janpaul123
Created April 8, 2017 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janpaul123/4df2223b1b8883976378e831ba59cbc9 to your computer and use it in GitHub Desktop.
Save janpaul123/4df2223b1b8883976378e831ba59cbc9 to your computer and use it in GitHub Desktop.
Test plan Overcommit rule
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