Class LinterMain


  • @GwtIncompatible("Unnecessary")
    public final class LinterMain
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      LinterMain()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinterMain

        public LinterMain()
    • Method Detail

      • main

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