summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2018-04-01 16:23:29 +0200
committerJoris Roovers <jroovers@cisco.com>2018-04-01 16:23:29 +0200
commit52dc67e751dbbaa66c455063c6fe4f2f86d668d4 (patch)
tree2ddebe945e6664f763283a3f3c6d4fc895d92c1a /examples
parent7d447959e4220428d929c4aa1310675bb9e3bee1 (diff)
Integration test + docs for ignore-by-title rule
Added integration tests and documentation for the new ignore-by-title rule. Also added '--ignore-requires-python' to pip installs in run_tests.sh to deal with some python 2.6 and 3.3 issues.
Diffstat (limited to 'examples')
-rw-r--r--examples/gitlint2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gitlint b/examples/gitlint
index fabef2a..9bfe68c 100644
--- a/examples/gitlint
+++ b/examples/gitlint
@@ -1,4 +1,6 @@
# All these sections are optional, edit this file as you like.
+# Note that this file is not exhaustive, it's just an example
+# Use 'gitlint generate-config' to generate a config file with all possible options
[general]
ignore=title-trailing-punctuation, T3
# verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this