remove editorconfig-checker

This commit is contained in:
Smirnov Oleksandr 2023-07-20 00:21:15 +03:00
parent 3d49d58fd2
commit e49f3fadd7
2 changed files with 0 additions and 8 deletions

View file

@ -8,16 +8,11 @@ tasks:
desc: runs all linters
cmds:
- task: lint_lua
- task: lint_editorconfig
lint_lua:
desc: runs lua linter on all repo
cmds: [selene .]
lint_editorconfig:
desc: runs editorconfig-checker
cmds: [editorconfig-checker]
test:
aliases: [tests, spec]
cmds: