summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:43:20 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:43:20 +0100
commite8fe6a1fe896247e21d46b15b0896d3cac539760 (patch)
tree8041da70ed5c8813a049e267f36f186ce0cc7f32
parent22d81271d998ec5d334cd56528df8c1a4636f86b (diff)
Fix gitcommit linter
-rw-r--r--fnl/plugins/editor/nvim-lint.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/editor/nvim-lint.fnl b/fnl/plugins/editor/nvim-lint.fnl
index a7a3a7f..dc33960 100644
--- a/fnl/plugins/editor/nvim-lint.fnl
+++ b/fnl/plugins/editor/nvim-lint.fnl
@@ -16,8 +16,7 @@
:yaml [:yamllint]
:python [:ruff]
:lua [:selene]
- :commit [:commitlint]
- :git [:gitlint]
+ :gitcommit [:gitlint]
:docker [:hadolint]
:haskell [:hlint]
:json [:jsonlint]