mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-06-01 13:15:47 +02:00
* Enhancement: Require vimeo/psalm * Enhancement: Add basic configuration for psalm * Enhancement: Run psalm on GitHub Actions * Enhancement: Add targets to Makefile * Enhancement: Require and use psalm/plugin-phpunit * Fix: Issues reported via static analysis * Fix: Generate baseline for psalm
13 lines
408 B
Plaintext
13 lines
408 B
Plaintext
/.github/ export-ignore
|
|
/test/ export-ignore
|
|
/.editorconfig export-ignore
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.travis.yml export-ignore
|
|
/CONTRIBUTING.md export-ignore
|
|
/Makefile export-ignore
|
|
/phpcs.xml export-ignore
|
|
/phpunit.xml.dist export-ignore
|
|
/psalm-baseline.xml export-ignore
|
|
/psalm.xml export-ignore
|