From 5086d574d5ac90f982eb83db5de71408296d3ea4 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 14 Nov 2022 23:51:37 +0100 Subject: [PATCH] sphinx-lint: Enable all tests (but line-too-long). (#1924) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f99b5bb5..162c52e9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: tool: - name: sphinx-lint package: sphinx-lint - command: 'sphinx-lint --enable default-role --ignore .git' + command: 'sphinx-lint --enable all --disable line-too-long --ignore .git' - name: Orthographe package: pospell apt_dependencies: hunspell hunspell-fr-comprehensive