From d3585c9c83cd083f7afac3b68c58324a9b75c9f2 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 21 Oct 2023 01:36:32 +0300 Subject: [PATCH] CI: ignore all indentation --- .github/workflows/editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 76e6847..68176c7 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -35,7 +35,7 @@ jobs: - name: Checking EditorConfig shell: bash run: | - cat "$HOME/changed_files" | nix-shell -p editorconfig-checker.out --run 'xargs -r editorconfig-checker -disable-indent-size --verbose' + cat "$HOME/changed_files" | nix-shell -p editorconfig-checker.out --run 'xargs -r editorconfig-checker -disable-indentation -exclude flake.lock --verbose' echo -n "Check status: $?" - name: Fail Gracefully