details: https://code.openbravo.com/erp/devel/pi/rev/b89cef38e75c changeset: 22932:b89cef38e75c user: Martin Taal <martin.taal <at> openbravo.com> date: Fri May 02 10:39:23 2014 +0200 summary: Fixes issue 26442: Update jscheck to ignore more paths
diffstat: modules/org.openbravo.client.kernel/jslint/jscheck | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diffs (19 lines): diff -r bf3f4a3acfda -r b89cef38e75c modules/org.openbravo.client.kernel/jslint/jscheck --- a/modules/org.openbravo.client.kernel/jslint/jscheck Fri May 02 08:31:26 2014 +0200 +++ b/modules/org.openbravo.client.kernel/jslint/jscheck Fri May 02 10:39:23 2014 +0200 @@ -3,6 +3,15 @@ find ./modules -name '*.js' -and ! -path '*isomorphic*' \ -and ! -path '*qunit*' -and ! -path '*docs*' \ -and ! -path '*LAB*' -and ! -path '*benchmark*' \ +-and ! -path '*unittest*' \ +-and ! -path '*postest*' \ +-and ! -path '*xmla4js*' \ +-and ! -path '*source*' \ +-and ! -path '*VAADIN*' \ +-and ! -path '*saiku*' \ +-and ! -path '*libs*' \ +-and ! -path '*lib*' \ +-and ! -path '*enyo*' \ -and ! -path '*smartclient*' \ -and ! -path '*scopeleaks*' \ -and ! -path '*BigDecimal*' | xargs ./modules/org.openbravo.client.kernel/jslint/jslint || exit 1 ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
