Tuurlijk / typo3scan

Scans TYPO3 extensions for usage of deprecated and or changed code
MIT License
94 stars 17 forks source link

Add possiblity to ignore files or folders #40

Open Cabag opened 3 years ago

Cabag commented 3 years ago

It would be really great to have a way to exclude folders from scanning. One reason might be that an extension has its own vendor folder (eg. because of using phpstan inside the extension). Another example might be the tests folder, which we want to exclude from scanning. Maybe add some parameter like --exclude=path/to/exclude