From 0d6cc6677195bc8d621f446b84e2b9e6e5bed4fe Mon Sep 17 00:00:00 2001 From: Yaswant Pradhan Date: Mon, 13 Jan 2025 12:09:50 +0000 Subject: [PATCH] block some unwanted checks --- .github/workflows/lint.yml | 9 +++++++-- README.md | 9 +++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 91edc2a..0561e77 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.9, 3.10, 3.11, 3.12] + python-version: ["3.9", "3.10", "3.11", "3.12"] permissions: contents: read @@ -31,14 +31,19 @@ jobs: - name: Super-Linter uses: super-linter/super-linter/slim@v7.2.1 env: - FILTER_REGEX_EXCLUDE: (.*[.]conf.py|/_templates/) + FILTER_REGEX_EXCLUDE: (.*[.]conf.py|pull_request_template.md|/linters/) IGNORE_GITIGNORED_FILES: true VALIDATE_BASH_EXEC: false VALIDATE_JAVASCRIPT_STANDARD: false + VALIDATE_JSCPD: false + VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_PYTHON_FLAKE8: false VALIDATE_PYTHON_ISORT: false VALIDATE_PYTHON_MYPY: false + VALIDATE_PYTHON_PYINK: false + VALIDATE_PYTHON_RUFF: false VALIDATE_SHELL_SHFMT: false + VALIDATE_YAML_PRETTIER: false VALIDATE_YAML: false # PYTHON_BLACK_CONFIG_FILE: .github/workflows/pyproject.toml # To report GitHub Actions status checks diff --git a/README.md b/README.md index ca28858..7e95302 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # SimSys Scripts -This repository contains support scripts that are common across the many simulation and modelling codes owned by the Met Office. -Particularily those owned and maintained by the SSD team. +This repository contains support scripts that are common across the many +simulation and modelling codes owned by the Met Office. Particularly those +owned and maintained by the SSD team. -Also contains a copy of script_updater.sh which is intended to live in the fcm repositories to pull from -this repo. +Also contains a copy of script_updater.sh which is intended to live in the fcm +repositories to pull from this repository.