Skip to content

Commit

Permalink
block some unwanted checks
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswant committed Jan 13, 2025
1 parent 4745280 commit 0d6cc66
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,14 +31,19 @@ jobs:
- name: Super-Linter
uses: super-linter/super-linter/[email protected]
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
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0d6cc66

Please sign in to comment.