Class LinterMain

java.lang.Object
com.google.javascript.jscomp.LinterMain

public final class LinterMain extends Object
Minimal binary that just runs the "lint" checks which can be run on a single file at a time. This means some checks in the lintChecks DiagnosticGroup are skipped, since they depend on type information.
  • Constructor Details

    • LinterMain

      public LinterMain()
  • Method Details

    • main

      public static void main(String[] args) throws IOException, org.kohsuke.args4j.CmdLineException
      Throws:
      IOException
      org.kohsuke.args4j.CmdLineException