Package ro.isdc.wro.extensions.processor.support.linter

Examples of ro.isdc.wro.extensions.processor.support.linter.JsLint


  /**
   * {@inheritDoc}
   */
  @Override
  protected AbstractLinter newLinter() {
    return new JsLint();
  }
View Full Code Here


   *
   * @param options The lint options. Required.
   * @return A new JsLint processor.
   */
  public static ResourcePreProcessor jsLint(final LintOptions options) {
    return new LinterProcessor(new JsLint(), options);
  }
View Full Code Here

TOP

Related Classes of ro.isdc.wro.extensions.processor.support.linter.JsLint

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.