From e49f3fadd766732cf66e6c352caafea4ea521c15 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 20 Jul 2023 00:21:15 +0300 Subject: [PATCH] remove editorconfig-checker --- .github/workflows/linters.yml | 3 --- Taskfile.yml | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 53b28ab..a78c3c3 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -17,6 +17,3 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} args: . - - - uses: editorconfig-checker/action-editorconfig-checker@main - - run: editorconfig-checker diff --git a/Taskfile.yml b/Taskfile.yml index 25fdc34..3daf669 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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: