9 lines
108 B
Makefile
9 lines
108 B
Makefile
luacheck:
|
|
luacheck `find -name "*.lua"` --codes
|
|
|
|
stylecheck:
|
|
stylua --check lua/
|
|
|
|
stylefix:
|
|
stylua lua/
|