1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Update issue suppression docs link in readme

This commit is contained in:
cfebs 2019-06-12 10:53:35 -04:00 committed by Matthew Brown
parent 3db32f2274
commit ef000a4172

View File

@ -43,7 +43,7 @@ The config created above will show you all issues in your code, but will emit `I
./vendor/bin/psalm --init [source_dir] [level]
```
You can also [learn how to suppress certain issues](https://github.com/vimeo/psalm/blob/master/docs/dealing_with_code_issues.md).
You can also [learn how to suppress certain issues](https://github.com/vimeo/psalm/blob/master/docs/running_psalm/dealing_with_code_issues.md).
## How Psalm Works