try linting on Windows
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0473c49d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0473c49d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0473c49d Branch: refs/heads/develop Commit: 0473c49db1b47ce3b6c797bbbf3e2653f4b0bc3d Parents: 9948c7f Author: Alex Harui <[email protected]> Authored: Wed Apr 23 13:56:57 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Apr 23 13:57:13 2014 -0700 ---------------------------------------------------------------------- build.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0473c49d/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b7c767a..0c07e43 100644 --- a/build.xml +++ b/build.xml @@ -409,9 +409,6 @@ </target> <target name="frameworks-js" description="Full check of all JavaScript framework files, using gsjlint and jshint"> - <condition property="no.lint" value="true"> - <os family="windows"/> - </condition> <ant dir="${basedir}/frameworks/js"> <property name="locale" value="${locale}"/> </ant>
