From bf9d43c9b12866b8189f30d986de33843a966e8a Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 22 Dec 2022 15:44:02 +0000 Subject: [PATCH] fix YAML config example contents --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96fcd37c..9f18e8fd 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,13 @@ You can also define configuration as a file `.phplint.yml`: path: ./ jobs: 10 cache: build/phplint.cache +no-cache: false extensions: - php exclude: - vendor warning: false -memory_limit: -1 +memory-limit: -1 ``` ```shell