Details
Description
For a large PHP projects with lots of it takes too long to import Codesniffer/PHPMD violations. (I have a Project where it takes about 7 hours)
The reason is that for every violation the whole Source-Directories tree is scanned.
In earlier versions (0.2-0.3) there was no such problem.
The attached patch solves this problem.
Issue Links
- is related to
-
SONARPLUGINS-974
Settings for exclude directorys and files not honored
-
The attached patch has reduced the import time from about 7 hours to 7 minutes in one project.