From 90acf839c90f9ce2a7c4ce7e01ec5c50386a5b4e Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:23:02 +0000 Subject: [PATCH 1/3] Add fortran linting workflow --- .github/workflows/lint-fortran.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/lint-fortran.yaml diff --git a/.github/workflows/lint-fortran.yaml b/.github/workflows/lint-fortran.yaml new file mode 100644 index 00000000..8ecd9b96 --- /dev/null +++ b/.github/workflows/lint-fortran.yaml @@ -0,0 +1,10 @@ +name: Lint Fortran + +on: + pull_request_target: + +jobs: + fortitude-lint: + uses: MetOffice/growss/.github/workflows/fortran-lint.yaml@main + with: + runner: 'ubuntu-24.04' From ef33438db0e3063812632f35aac7e29c8b80ae6c Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:33:13 +0000 Subject: [PATCH 2/3] Sign Contributers file --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 46212bb7..984f244b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -19,3 +19,4 @@ | alanjhewitt | Alan J Hewitt | Met Office | 2026-01-28 | | mo-lottieturner | Lottie Turner | Met Office | 2026-01-27 | | andrewcoughtrie | Andrew Coughtrie | Met Office | 2026-01-28 | +| Pierre-siddall | Pierre Siddall | Met Office | 2026-01-29 | From 23b67ee2b4d10cb261a91f416285fca2957d02de Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:18:21 +0000 Subject: [PATCH 3/3] add fortitude.toml --- fortitude.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fortitude.toml diff --git a/fortitude.toml b/fortitude.toml new file mode 100644 index 00000000..a765ac64 --- /dev/null +++ b/fortitude.toml @@ -0,0 +1,5 @@ +[check] +select=["E000","C031","C032","C043","C051", +"C091","C082","C141","OB011","OB021","OB051", +"OB061","MOD001","PORT011","PORT012","PORT021", +"FORT001","FORT002","FORT003","FORT004","FORT005"]