From 568aecb1c5dbf17c74f5e86cc7cda46c0762e2cc Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:26:30 +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 000000000..8ecd9b965 --- /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 bb48a06e685347cd70f898d7552d342360664b8e Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:33:41 +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 330c865c6..f55e5a17f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -14,3 +14,4 @@ | harry-shepherd | Harry Shepherd | Met Office | 2026-01-08 | | EdHone | Ed Hone | Met Office | 2026-01-09 | | tom-j-h | Tom Hill | Met Office | 2026-01-19 | +| Pierre-siddall | Pierre Siddall | Met Office | 2026-01-29 | From 4c6740828b6a15902e7c51462a8b5be47bd42224 Mon Sep 17 00:00:00 2001 From: Pierre Siddall <43399998+Pierre-siddall@users.noreply.github.com> Date: Fri, 30 Jan 2026 08:17:45 +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 000000000..a765ac644 --- /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"]