diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:43:20 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:43:20 +0100 |
commit | e8fe6a1fe896247e21d46b15b0896d3cac539760 (patch) | |
tree | 8041da70ed5c8813a049e267f36f186ce0cc7f32 /fnl | |
parent | 22d81271d998ec5d334cd56528df8c1a4636f86b (diff) |
Fix gitcommit linter
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/nvim-lint.fnl | 3 |
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] |