-
Bug
-
Resolution: Fixed
-
Major
-
3.3
-
None
With the current 3.3.x branch, the ignore patterns specified in the file ext-sniff.sh are not being processed.
I have an extension that requires an third-party extension from Packagist, and it's throwing errors about files inside the vendor directory.
FILE: ...edoramos/imgur/vendor/j0k3r/php-imgur-api-client/lib/Imgur/Auth/OAuth2.php
|
|
--------------------------------------------------------------------------------
|
|
FOUND 205 ERRORS AFFECTING 200 LINES
|
|
--------------------------------------------------------------------------------
|
|
1 | ERROR | [ ] Filename "OAuth2.php" doesn't match the expected filename
|
|
| | "oauth2.php" (Generic.Files.LowercasedFilename.NotFound)
|
|
15 | ERROR | [x] Tabs must be used to indent lines; spaces are not
|
|
| | allowed
|
|
| | (Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed)
|
https://travis-ci.org/AlfredoRamos/phpbb-ext-imgur/jobs/618052193#L625