Re: [FlexJS] Linting and Hinting

2014-01-28 Thread Erik de Bruin
> The JSHint folks say that Windows is unsupported so I suppose it is up to > them. Of course, we could try to fix it for them, but I don't think it is I'm not entirely sure that's true, but I haven't got a Windows box right now, so I can't confirm this option: [1]. EdB 1: https://github.com/js

Re: [FlexJS] Linting and Hinting

2014-01-28 Thread Alex Harui
On 1/28/14 9:40 PM, "OmPrakash Muppirala" wrote: >On Jan 28, 2014 3:26 PM, "Alex Harui" wrote: >> JSHint is >> not run on Windows and therefore Jenkins. > >Are there plans to make it work on Windows and Jenkins? The JSHint folks say that Windows is unsupported so I suppose it is up to them.

Re: [FlexJS] Linting and Hinting

2014-01-28 Thread OmPrakash Muppirala
On Jan 28, 2014 3:26 PM, "Alex Harui" wrote: > > 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

[FlexJS] Linting and Hinting

2014-01-28 Thread Alex Harui
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 wor