File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ clang-format supports.
289289
290290- [ luacheck] ( https://github.com/mpeterv/luacheck )
291291- [ lua-ls] ( https://github.com/LuaLS/lua-language-server )
292+ - [ selene] ( https://github.com/Kampfkarren/selene )
292293- [ stylua] ( https://github.com/JohnnyMorganz/StyLua )
293294
294295### HTML
Original file line number Diff line number Diff line change @@ -3714,6 +3714,13 @@ lib.escapeShellArgs (lib.concatMap (ext: [ "--ghc-opt" "-X${ext}" ]) hooks.fourm
37143714 files = "\\ .rs$" ;
37153715 pass_filenames = false ;
37163716 } ;
3717+ selene = {
3718+ name = "selene" ;
3719+ description = "A blazing-fast modern Lua linter written in Rust." ;
3720+ types = [ "lua" ] ;
3721+ package = tools . selene ;
3722+ entry = "${ hooks . selene . package } /bin/selene" ;
3723+ } ;
37173724 shellcheck =
37183725 {
37193726 name = "shellcheck" ;
Original file line number Diff line number Diff line change 6868, reuse
6969, ruff ? null
7070, rustfmt
71+ , selene
7172, shellcheck
7273, bats
7374, shfmt
158159 ripsecrets
159160 ruff
160161 rustfmt
162+ selene
161163 shellcheck
162164 shfmt
163165 statix
You can’t perform that action at this time.
0 commit comments