summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/my_commit_rules.py2
-rw-r--r--examples/my_configuration_rules.py2
-rw-r--r--examples/my_line_rules.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/examples/my_commit_rules.py b/examples/my_commit_rules.py
index ad1d21d..35bb836 100644
--- a/examples/my_commit_rules.py
+++ b/examples/my_commit_rules.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
from gitlint.rules import CommitRule, RuleViolation
from gitlint.options import IntOption, ListOption
diff --git a/examples/my_configuration_rules.py b/examples/my_configuration_rules.py
index ee3e981..7715c0b 100644
--- a/examples/my_configuration_rules.py
+++ b/examples/my_configuration_rules.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
from gitlint.rules import ConfigurationRule
from gitlint.options import IntOption
diff --git a/examples/my_line_rules.py b/examples/my_line_rules.py
index 777854b..58b0108 100644
--- a/examples/my_line_rules.py
+++ b/examples/my_line_rules.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
from gitlint.rules import LineRule, RuleViolation, CommitMessageTitle
from gitlint.options import ListOption