Skip to content

Commit

Permalink
feat: Add some linter in nvim-lint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalDevil committed Nov 10, 2023
1 parent 27693df commit 4252514
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/devil/lint/lint.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ end

lint.linters_by_ft = {
c = { "clangtidy" },
clojure = { "clj-knodo" },
cmake = { "cmake-lint" },
css = { "stylelint" },
cpp = { "clangtidy" },
go = { "golangcilint" },
java = { "checkstyle" },
json = { "jsonlint" },
lua = { "luacheck" },
kotlin = { "ktlint" },
lua = { "selene" },
markdown = { "markdownlint" },
python = { "ruff" },
ruby = { "standardrb" },
sh = { "shellcheck" },
Expand Down

0 comments on commit 4252514

Please sign in to comment.