From b28b256de63be196daaac7a0e126a4433af5639c Mon Sep 17 00:00:00 2001 From: kedhammar Date: Thu, 4 Jan 2024 15:07:09 +0100 Subject: [PATCH] include tests in editorconfig --- .github/workflows/lint-code.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 4f3e8f6a..c73256e4 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -132,4 +132,4 @@ jobs: run: npm install -g editorconfig-checker - name: editorconfig --> Lint files - run: editorconfig-checker $(git ls-files | grep -v 'test\|.py\|.md\|.json\|.yml\|.yaml\|.html') + run: editorconfig-checker $(git ls-files | grep -v '.py\|.md\|.json\|.yml\|.yaml\|.html') diff --git a/README.md b/README.md index 095751d4..35e38246 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ As of now, we use: - [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker) to enforce `.editorconfig` rules for all files not covered by the tools above. - Run with ``` - editorconfig-checker $(git ls-files | grep -v 'test\|.py\|.md\|.json\|.yml\|.yaml\|.html') + editorconfig-checker $(git ls-files | grep -v '.py\|.md\|.json\|.yml\|.yaml\|.html') ``` #### [GitHub Actions](https://docs.github.com/en/actions)