1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-06-01 13:15:47 +02:00
Faker/.gitattributes
Andreas Möller 8e05aa2b42
Enhancement: Run a static code analysis and collect type coverage with vimeo/psalm (#1897)
* 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
2020-03-15 17:26:38 +01:00

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