File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,7 @@ clang-format supports.
289
289
290
290
- [ luacheck] ( https://github.com/mpeterv/luacheck )
291
291
- [ lua-ls] ( https://github.com/LuaLS/lua-language-server )
292
+ - [ selene] ( https://github.com/Kampfkarren/selene )
292
293
- [ stylua] ( https://github.com/JohnnyMorganz/StyLua )
293
294
294
295
### Markdown
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
3714
3714
files = "\\ .rs$" ;
3715
3715
pass_filenames = false ;
3716
3716
} ;
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
+ } ;
3717
3724
shellcheck =
3718
3725
{
3719
3726
name = "shellcheck" ;
Original file line number Diff line number Diff line change 68
68
, reuse
69
69
, ruff ? null
70
70
, rustfmt
71
+ , selene
71
72
, shellcheck
72
73
, bats
73
74
, shfmt
158
159
ripsecrets
159
160
ruff
160
161
rustfmt
162
+ selene
161
163
shellcheck
162
164
shfmt
163
165
statix
You can’t perform that action at this time.
0 commit comments