mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Specify what config levels do
This commit is contained in:
parent
ad051dcf6d
commit
a03dd6502c
@ -12,6 +12,8 @@ Add a `psalm.xml` config:
|
||||
./vendor/bin/psalm --init [source_directory=src] [config_level=3]
|
||||
```
|
||||
|
||||
where `config_level` represents how strict you want Psalm to be. `1` is the strictest, `6` is the most lenient.
|
||||
|
||||
Then run Psalm:
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user