don't run linter on ext/*/lib/*
This commit is contained in:
parent
0fd96fcdae
commit
24973ada17
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ imports:
|
|||
- php
|
||||
|
||||
filter:
|
||||
excluded_paths: [lib/*,ext/tagger/script.js,ext/chatbox/*]
|
||||
excluded_paths: [lib/*,ext/*/lib/*,ext/tagger/script.js,ext/chatbox/*]
|
||||
|
||||
tools:
|
||||
external_code_coverage: true
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* Documentation:
|
||||
*/
|
||||
|
||||
require_once "ext/amazon_s3/S3.php";
|
||||
require_once "ext/amazon_s3/lib/S3.php";
|
||||
|
||||
class UploadS3 extends Extension {
|
||||
public function onInitExt(InitExtEvent $event) {
|
||||
|
|
Reference in a new issue