From 59364193152955f60e12d4d50a99a13cd26130bf Mon Sep 17 00:00:00 2001 From: Marcel Silberhorn Date: Tue, 21 May 2013 13:57:01 +0200 Subject: [PATCH 1/2] exclude vendor directories typically build tools like composer adds their vendor libraries to directory "vendor". It is not useful to include them in the phplint process as we will check other projects than the current one based on abc_build --- src/main/xml/exts/phplint.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/xml/exts/phplint.xml b/src/main/xml/exts/phplint.xml index 8e4e8e8..1b80139 100644 --- a/src/main/xml/exts/phplint.xml +++ b/src/main/xml/exts/phplint.xml @@ -51,6 +51,7 @@ + @@ -62,6 +63,7 @@ + From 8880c514bd364636655d7fc210f009ce258b0f30 Mon Sep 17 00:00:00 2001 From: Marcel Silberhorn Date: Wed, 22 May 2013 15:30:45 +0300 Subject: [PATCH 2/2] removed nmp make target submodule while removed in https://github.com/isaacs/npm/commit/d8799b97db6661a85da5548da5bade6b921bb920 this target currently breaks the abc npm module --- src/main/xml/exts/npm.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/xml/exts/npm.xml b/src/main/xml/exts/npm.xml index 14e2b3e..9014da5 100644 --- a/src/main/xml/exts/npm.xml +++ b/src/main/xml/exts/npm.xml @@ -196,10 +196,6 @@ - - - -