From 849f8bef071779ca9080e4194e84f64605eec59b Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 6 Mar 2025 20:47:46 +0100 Subject: [PATCH] Make superliner happy --- .ecrc => .editorconfig-checker.json | 7 +------ .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) rename .ecrc => .editorconfig-checker.json (72%) diff --git a/.ecrc b/.editorconfig-checker.json similarity index 72% rename from .ecrc rename to .editorconfig-checker.json index f0c91f7..e10260e 100644 --- a/.ecrc +++ b/.editorconfig-checker.json @@ -4,15 +4,10 @@ "IgnoreDefaults": false, "SpacesAftertabs": false, "NoColor": false, - "Exclude": [ - "LICENSE", - "\\.initializers", - "\\.vscode" - ], + "Exclude": ["LICENSE", "\\.initializers", "\\.vscode"], "AllowedContentTypes": [], "PassedFiles": [], "Disable": { - // set these options to true to disable specific checks "EndOfLine": false, "Indentation": false, "InsertFinalNewline": false, diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index f0db36e..c4f22d6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -41,7 +41,7 @@ jobs: VALIDATE_GITLEAKS: false VALIDATE_JSCPD: false FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*) - EDITORCONFIG_FILE_NAME: .ecrc + EDITORCONFIG_FILE_NAME: .editorconfig-checker.json DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml MARKDOWN_CONFIG_FILE: .markdown-lint.yml PYTHON_BLACK_CONFIG_FILE: pyproject.toml