From c8667010a5af32edf251f54c3e508f9628bb0e97 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 10 Apr 2024 14:06:37 +1200 Subject: [PATCH] DOC Change default value of doclinting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5df5a2a..c3ef02e 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ Dynamically generate a matrix using feature detection. If disabled, jobs must be `dynamic_matrix: false` ##### Documentation linting -Runs linting against documentation using [silverstripe/documentation-lint](https://github.com/silverstripe/documentation-lint/) if the `.doclintrc` config file is available. Default is true, disable with: -`doclinting: false` +Runs linting against documentation using [silverstripe/documentation-lint](https://github.com/silverstripe/documentation-lint/) if the `.doclintrc` config file is available. Default is false, enable with: +`doclinting: true` ##### PHPUnit tests Runs PHPunit if the `phpunit.xml` or `phpunit.xml.dist` config file is available. Default is true, disable PHPunit tests with: