Package com.uber.okbuck.extension
Class LintExtension
- java.lang.Object
-
- com.uber.okbuck.extension.LintExtension
-
public class LintExtension extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringclasspathExclusionRegexClasspath entries matching regex to exclude during lintbooleandisabledSet totrueto disable generation of lint rulesjava.lang.StringjvmArgsJVM arguments when invoking lintbooleanuseCompilationClasspathWhether to pass in the bytecode of the target being linted as an input to the lint classpath.java.lang.StringversionLint jar version
-
-
-
Field Detail
-
version
@Nullable public java.lang.String version
Lint jar version
-
disabled
public boolean disabled
Set totrueto disable generation of lint rules
-
jvmArgs
public java.lang.String jvmArgs
JVM arguments when invoking lint
-
classpathExclusionRegex
@Nullable public java.lang.String classpathExclusionRegex
Classpath entries matching regex to exclude during lint
-
useCompilationClasspath
public boolean useCompilationClasspath
Whether to pass in the bytecode of the target being linted as an input to the lint classpath. This is typically only useful if someone wants to run lint on generated code
-
-