Skip to content

Commit

Permalink
feat(commitlint): support for commitlint is enabled (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 15, 2022
1 parent 564ed12 commit 1128f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-null-ls/mappings/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ return {
-- "gdformat"
-- },
gitcommit = {
-- "commitlint",
"commitlint",
"gitlint"
},
-- gitrebase = {
Expand Down
1 change: 1 addition & 0 deletions lua/mason-null-ls/mappings/source.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ M.null_ls_to_package = {
['clang_format'] = 'clang-format',
['cmake_format'] = 'cmakelang',
['codespell'] = 'codespell',
['commitlint'] = 'commitlint',
['cpplint'] = 'cpplint',
['csharpier'] = 'csharpier',
['cspell'] = 'cspell',
Expand Down

0 comments on commit 1128f0d

Please sign in to comment.