diff --git a/.github/linters/.editorconfig b/.github/linters/.editorconfig new file mode 100644 index 000000000..6e67923b4 --- /dev/null +++ b/.github/linters/.editorconfig @@ -0,0 +1,7 @@ +# Top-most EditorConfig file +root = true + +# 2 spaces for shell scripts +[*.sh] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index c714b6bef..fcdbe44f6 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -32,9 +32,9 @@ jobs: FIX_SHELL_SHFMT: true FIX_YAML_PRETTIER: true FIX_JSON: true - FIX_JSON_PRETTIER: true + #FIX_JSON_PRETTIER: true FIX_MARKDOWN: true - FIX_MARKDOWN_PRETTIER: true + #FIX_MARKDOWN_PRETTIER: true FIX_PYTHON_BLACK: true FIX_PYTHON_ISORT: true FIX_PYTHON_RUFF: true @@ -58,4 +58,3 @@ jobs: title: "Github bot: fix linting issues nobuild" commit-message: "fix: auto-fix linting issues" branch-suffix: timestamp -