Skip to content

Commit

Permalink
adding README for github
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyrob99 committed Dec 30, 2010
1 parent 2869160 commit 29bc627
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Gradle JSLint Plugin
====================
This is a simple Plugin for Gradle which wraps an existing Ant JSLint task and makes available
it's static analysis capabilities for your Gradle builds.

More information about JSLint can be found at: http://www.jslint.com/lint.html

More about the jslint4java ant task can be found at: http://jslint4java.googlecode.com/svn/docs/1.4/ant.html

The Gradle jslint Task can be configured with the following parameters(types and defaults are shown):
> List<String> inputDirs = ['.']
> String includes = '**/*.js'
> String excludes = ''
> String formatterType = 'plain'
> String destFilename = 'jslint'
> boolean haltOnFailure = true
> String options = ''

0 comments on commit 29bc627

Please sign in to comment.