don't run linter on ext/*/lib/*

This commit is contained in:
Shish 2016-06-18 18:47:28 +01:00
parent 0fd96fcdae
commit 24973ada17
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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) {