Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-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 B665B10EBC for ; Tue, 28 Jan 2014 23:26:00 +0000 (UTC) Received: (qmail 62350 invoked by uid 500); 28 Jan 2014 23:25:59 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 62289 invoked by uid 500); 28 Jan 2014 23:25:59 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 62281 invoked by uid 99); 28 Jan 2014 23:25:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 23:25:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.236] (HELO na01-by2-obe.outbound.protection.outlook.com) (207.46.163.236) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 23:25:51 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) with Microsoft SMTP Server (TLS) id 15.0.859.15; Tue, 28 Jan 2014 23:25:29 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) by BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) with mapi id 15.00.0859.020; Tue, 28 Jan 2014 23:25:29 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: [FlexJS] Linting and Hinting Thread-Topic: [FlexJS] Linting and Hinting Thread-Index: AQHPHIA6PreHCau3cE2CWpiasXknnw== Date: Tue, 28 Jan 2014 23:25:27 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [63.228.98.98] x-forefront-prvs: 0105DAA385 x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(6009001)(189002)(199002)(79102001)(92726001)(54356001)(76482001)(74662001)(31966008)(87936001)(76176001)(66066001)(80022001)(74502001)(47446002)(85852003)(94316002)(2656002)(65816001)(36756003)(83072002)(54316002)(87266001)(46102001)(56776001)(81542001)(53806001)(51856001)(69226001)(83506001)(76786001)(81686001)(56816005)(74876001)(90146001)(76796001)(85306002)(81816001)(74366001)(80976001)(77982001)(4396001)(81342001)(86362001)(92566001)(93516002)(63696002)(59766001)(50986001)(93136001)(47736001)(47976001)(74706001)(49866001)(83322001);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR02MB500;H:BL2PR02MB500.namprd02.prod.outlook.com;CLIP:63.228.98.98;FPR:;InfoNoRecordsMX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org I just pushed a bunch of mostly JSDoc changes to get the Google Closure Linter and the JSHint tools to stop complaining. I flipped the switch so now jshint failures will also fail the local ant build on Mac. JSHint is not run on Windows and therefore Jenkins. The DataBindingTest continued to work but it is certainly possible that something else broke. Next up, I'm going to try to do a pass at filling in some missing ASDoc for FlexJS, then start work on a checkintest. -Alex