summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/config.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/config.py (renamed from gitlint/config.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/config.py b/gitlint-core/gitlint/config.py
index 6d2ead2..49c380a 100644
--- a/gitlint/config.py
+++ b/gitlint-core/gitlint/config.py
@@ -428,7 +428,7 @@ class LintConfigBuilder:
f"'{config_option}' is an invalid configuration option. Use '<rule>.<option>=<value>'") from e
def set_from_config_file(self, filename):
- """ Loads lint config from a ini-style config file """
+ """ Loads lint config from an ini-style config file """
if not os.path.exists(filename):
raise LintConfigError(f"Invalid file path: {filename}")
self._config_path = os.path.realpath(filename)