summaryrefslogtreecommitdiffstats
path: root/examples/commit-message-7
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2015-10-02 11:22:27 +0200
committerJoris Roovers <jroovers@cisco.com>2015-10-02 11:22:27 +0200
commit9cdc867db60b505e040d0af11bdc4a1ff8652631 (patch)
treecbd261e72cc288611f690cda1fc61fc997cb335f /examples/commit-message-7
parent83db6248f0c2907a2adc7782060e98fb403f4ded (diff)
Disable gitlint on a per commit basis
- Users can now add 'gitlint-ignore: all' to their git commit messages to disable gitlint for a specific commit message. Also: - Some additional comments and method renaming
Diffstat (limited to 'examples/commit-message-7')
-rw-r--r--examples/commit-message-74
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/commit-message-7 b/examples/commit-message-7
new file mode 100644
index 0000000..830081f
--- /dev/null
+++ b/examples/commit-message-7
@@ -0,0 +1,4 @@
+This is the title of a commit message that is over 72 characters and contains hard tabs and trailing whitespace and the word wiping
+This line should not contain text
+Lines typically need to have a max length, meaning that they can't exceed a preset number of characters, usually 80 or 120.
+gitlint-ignore: all. This line will disable gitlint. \ No newline at end of file