Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4955D2BD for ; Tue, 9 Oct 2012 21:36:47 +0000 (UTC) Received: (qmail 17566 invoked by uid 500); 9 Oct 2012 21:36:47 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 17514 invoked by uid 500); 9 Oct 2012 21:36:47 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 17506 invoked by uid 99); 9 Oct 2012 21:36:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 21:36:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gtanner@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-ob0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2012 21:36:41 +0000 Received: by mail-ob0-f175.google.com with SMTP id eq6so5212689obc.6 for ; Tue, 09 Oct 2012 14:36:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=2hh5j29YZ8IYB4pM4MiY5NR0FSDy/a3qxTWM5PNDOP8=; b=UfvqQCb64c/L4yWPM5eTh2bZSTgt95i6otWz/8+o5R60XEZ0kGLTQeVHqn/D63w3Z8 Xg7ymyErAKXKZJgTUg+El7yKP8Zfclx9N14hw93tAfr6UMvv+hnPpRiboueHr2gKJFV5 TqN5ldso3H+bacKRCJ+OS0QpiHAntAcyfbPiAe4L+siHuabRGMD7N1tOXEggMtrnLYOl g2loEKC6WKGBA32Bfpgyh355SBjtShWlPvq0Jj5L5cOtNlVdJLjUZi3JKtoKoKhDSJJZ G4qyr2ocf2IvqpNPVQMdmYlQjTcYoL6kqa/IIgV8mmp7WDcUwtT5v9mWxarrRYNkt10S mPaw== Received: by 10.182.31.50 with SMTP id x18mr3957013obh.56.1349818580317; Tue, 09 Oct 2012 14:36:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.95.231 with HTTP; Tue, 9 Oct 2012 14:35:59 -0700 (PDT) From: Gord Tanner Date: Tue, 9 Oct 2012 17:35:59 -0400 Message-ID: Subject: [DISCUSS] cordova.js and lint errors To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Since we had cleaned up the lint errors last week I have noticed a few more sneak in (including ones I have added :( ). Could we somehow enforce / ensure we have people running the jake command to check lint before commiting / merging? Ideally I would like to keep the number of lint errors to 0 to prevent the massive debt we have incurred so far.