mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
e457a7d5af
* [FEATURE] Allow plugins to declare their custom scanner or analyzer Related: #5882 * [TEST] Check plugin declaring own scanner/analyzer * [TASK] Document plugins declaring scanner or analyzer * [TEST] Clean up code * [!!!][TASK] Extend Psalm\Plugin\RegistrationInterface * add method `addFileTypeScanner(string $fileExtension, string $className): void` * add method `addFileTypeAnalyzer(string $fileExtension, string $className): void` * [TASK] Ignore IntelliJ/PhpStorm workspace folder in VCS * [TASK] Remove superfluous class import
15 lines
188 B
Plaintext
15 lines
188 B
Plaintext
/build/
|
|
/vendor/
|
|
/extra/
|
|
.DS_Store
|
|
/.phpunit.result.cache
|
|
.*.swp
|
|
.*.swo
|
|
/composer.lock
|
|
/phpunit.xml
|
|
/vendor-bin/*/composer.lock
|
|
/vendor-bin/*/vendor/
|
|
/tests/fixtures/symlinktest/*
|
|
|
|
.idea/
|