I just found you actually set it:

if ( strictWhiteSpace )
        {
            jsLint.addOption( Option.WHITE );
            jsLint.addOption( Option.INDENT,
strictWhiteSpaceIndentation.toString() );
        }



On Mon, Apr 16, 2012 at 4:37 PM, Martin Grigorov
<[email protected]> wrote:
> Hi Christopher,
>
> Is there a way to add custom options ? Or I need to wait for a new
> version of the Maven plugin ?
> I need option "Tolerate messy white space" from
> http://www.jslint.com/lint.html#options. I don't find it in
> jslint-mojo.html
> This is option WHITE from
> http://code.google.com/p/jslint4java/source/browse/jslint4java/src/main/java/com/googlecode/jslint4java/Option.java
>
> Also can you say a few words what are the advantages of
> http://mojo.codehaus.org/jslint-maven-plugin vs.
> http://docs.jslint4java.googlecode.com/git/2.0.2/maven.html ?
>
> On Mon, Apr 16, 2012 at 2:34 PM, Christopher Hunt
> <[email protected]> wrote:
>> Hi Martin,
>>
>> The following page lists the options that can be configured presently:
>>
>> http://mojo.codehaus.org/jslint-maven-plugin/jslint-mojo.html
>>
>> Kind regards,
>> Christopher
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to