Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B67911F66 for ; Thu, 24 Apr 2014 21:22:36 +0000 (UTC) Received: (qmail 30128 invoked by uid 500); 24 Apr 2014 21:22:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 30086 invoked by uid 500); 24 Apr 2014 21:22:35 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 30077 invoked by uid 99); 24 Apr 2014 21:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 21:22:35 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of purplecabbage@gmail.com designates 209.85.128.178 as permitted sender) Received: from [209.85.128.178] (HELO mail-ve0-f178.google.com) (209.85.128.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2014 21:22:31 +0000 Received: by mail-ve0-f178.google.com with SMTP id jw12so3767578veb.9 for ; Thu, 24 Apr 2014 14:22:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Rq8nHIEMPNtDyFs9bF0hyi3ALeqOgB6M+S9LAlXhtsE=; b=jSME5WY2Lo3/d60eykLTyA41/opWjmG7rDpFOk9aXCumzzejm0Kx54rM7PkNfJK0ZL j4IO3E0T0xVivxroO+Kl1I9jFEHKnnSfbyUMmjCe5DPIUK6Npxc4FvYEElI3lqDSKwRa +HHq84WvDzHFdlgCvaI8zvrL5Dten9bt2c8F6vvzIdtxn0rmf6VLoIhNsnqvbUbp39A8 LWN5QQ25PfKC/3MIOkJ2Df80GIRIqDmWhoraUPQ7ICTt5XJ8athJUwEutcPqlHIkXh1U 0aEziTNgzhiARGvmgLEXp9TQvwHUHyY+q919NGsDR0o8+S/fg3AWOvuUMXnM3whFJfAR TGvg== MIME-Version: 1.0 X-Received: by 10.220.161.8 with SMTP id p8mr2994188vcx.4.1398374530357; Thu, 24 Apr 2014 14:22:10 -0700 (PDT) Received: by 10.58.169.73 with HTTP; Thu, 24 Apr 2014 14:22:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 24 Apr 2014 14:22:10 -0700 Message-ID: Subject: Re: [Proposal] Cordova guidelines part of ContributorWorkflow From: Jesse To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c20810251e5604f7d071ca X-Virus-Checked: Checked by ClamAV on apache.org --001a11c20810251e5604f7d071ca Content-Type: text/plain; charset=UTF-8 I agree that jshint is awesome and powerful, I use it all the time, and so should you. That seems like a great end to this discussion ... Otherwise, how do we address the 50% of our code that is not JS? @purplecabbage risingj.com On Thu, Apr 24, 2014 at 2:15 PM, Martin Gonzalez Glez < martin.c.glez.glez@gmail.com> wrote: > jshint is really cool. Agree, +1 for jshint. > > A couple of questions about this, which are gonna be the validation rules? > I mean, we have to be in the same page about which are gonna be those > rules. > Besides, how the users are going to use it? First they need to have the > node module installed, and then, use a set of validation rules that we are > going to provide? > > How it's gonna be? use a .jshintrc file with all the rules, general rules > provided by the community, or each cordova component would contain a > jshintConfig/package.json with specific validation rules. CLI+rules, > platforms + rules, plugins + rules > It's gonna be optional(recommended)or as requirement to deliver code, the > usage of jshint before commit files? the contributors would need send any > evidence, that proves that their code has passed the validation? > Any thoughts? > > Jshint, it's awesome and a really good solution, I really like it. > > -Martin. > > > 2014-04-24 10:55 GMT-05:00 Marcel Kinard : > > > Big +1 for jshint. > > > > On Apr 23, 2014, at 5:53 PM, Brian LeRoux wrote: > > > > > This may get rotten eggs thrown at me but I think it would be good to > add > > > jshint to the project. > > > --001a11c20810251e5604f7d071ca--