Skip to content

Commit 5086d57

Browse files
authored
sphinx-lint: Enable all tests (but line-too-long). (#1924)
1 parent 61327bb commit 5086d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tool:
1818
- name: sphinx-lint
1919
package: sphinx-lint
20-
command: 'sphinx-lint --enable default-role --ignore .git'
20+
command: 'sphinx-lint --enable all --disable line-too-long --ignore .git'
2121
- name: Orthographe
2222
package: pospell
2323
apt_dependencies: hunspell hunspell-fr-comprehensive

0 commit comments

Comments
 (0)