Skip to content

Commit

Permalink
fix YAML config example contents
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 22, 2022
1 parent ecd0fec commit bf9d43c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf9d43c

Please sign in to comment.