Make superliner happy

This commit is contained in:
Tobias Genannt 2025-03-06 20:47:46 +01:00
parent 9eee74ba61
commit 849f8bef07
2 changed files with 2 additions and 7 deletions

View File

@ -4,15 +4,10 @@
"IgnoreDefaults": false, "IgnoreDefaults": false,
"SpacesAftertabs": false, "SpacesAftertabs": false,
"NoColor": false, "NoColor": false,
"Exclude": [ "Exclude": ["LICENSE", "\\.initializers", "\\.vscode"],
"LICENSE",
"\\.initializers",
"\\.vscode"
],
"AllowedContentTypes": [], "AllowedContentTypes": [],
"PassedFiles": [], "PassedFiles": [],
"Disable": { "Disable": {
// set these options to true to disable specific checks
"EndOfLine": false, "EndOfLine": false,
"Indentation": false, "Indentation": false,
"InsertFinalNewline": false, "InsertFinalNewline": false,

View File

@ -41,7 +41,7 @@ jobs:
VALIDATE_GITLEAKS: false VALIDATE_GITLEAKS: false
VALIDATE_JSCPD: false VALIDATE_JSCPD: false
FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*) FILTER_REGEX_EXCLUDE: (.*/)?(LICENSE|configuration/.*)
EDITORCONFIG_FILE_NAME: .ecrc EDITORCONFIG_FILE_NAME: .editorconfig-checker.json
DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml DOCKERFILE_HADOLINT_FILE_NAME: .hadolint.yaml
MARKDOWN_CONFIG_FILE: .markdown-lint.yml MARKDOWN_CONFIG_FILE: .markdown-lint.yml
PYTHON_BLACK_CONFIG_FILE: pyproject.toml PYTHON_BLACK_CONFIG_FILE: pyproject.toml