From a6f5126e0956d11f9bad0bae8a9827af4c9b66bc Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:19:23 +0100 Subject: [PATCH 1/3] Stop `vale` failing for forked contributions (?) --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 2f59f697..957d9742 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -71,5 +71,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - filter_mode: nofilter + filter_mode: diff_context reporter: github-check From 2789355be6414a6325b4f78b59014352b481d359 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:21:16 +0100 Subject: [PATCH 2/3] Add weasle sentence for testing. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7060fec..90c803b1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ +This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. + This repository collects the [UCL ARC] recommendations for a research software project in Python. It contains a template for new Python packages and a [website] documenting our recommendations. We've turned on From 3cad29de01fbf2f5d8aa503bf4ad216f0c3a84d7 Mon Sep 17 00:00:00 2001 From: Sam Cunliffe Date: Mon, 9 Jun 2025 15:43:00 +0100 Subject: [PATCH 3/3] Revert "Add weasle sentence for testing." This reverts commit 2789355be6414a6325b4f78b59014352b481d359. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 90c803b1..c7060fec 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ -This is quite a weasly sentence, I'm fairly sure that this might maybe work, maybe. - This repository collects the [UCL ARC] recommendations for a research software project in Python. It contains a template for new Python packages and a [website] documenting our recommendations. We've turned on