Lint
The C# definition of the lint element in a gradle file.
Read time 3 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Android.Gradle
- Assembly: Unity.Android.Gradle
- Inherits from: BaseBlock
- Implements: ICloneable
public class Lint : BaseBlock, ICloneable
Remarks
For more information about the file, see Android's documentation: Lint
Constructors
Constructor | Description |
|---|---|
| Lint() | Element constructor. |
Properties
Property | Description |
|---|---|
| AbortOnError | The C# definition of the |
| Baseline | The C# definition of the |
| Check | The C# definition of the |
| CheckAllWarnings | The C# definition of the |
| CheckDependencies | The C# definition of the |
| CheckGeneratedSources | The C# definition of the |
| CheckReleaseBuilds | The C# definition of the |
| CheckTestSources | The C# definition of the |
| Disable | The C# definition of the |
| Enable | The C# definition of the |
| Error | The C# definition of the |
| ExplainIssues | The C# definition of the |
| Fatal | The C# definition of the |
| HtmlOutput | The C# definition of the |
| HtmlReport | The C# definition of the |
| Ignore | The C# definition of the |
| IgnoreTestSources | The C# definition of the |
| IgnoreWarnings | The C# definition of the |
| Informational | The C# definition of the |
| LintConfig | The C# definition of the |
| NoLines | The C# definition of the |
| Quiet | The C# definition of the |
| ShowAll | The C# definition of the |
| TextOutput | The C# definition of the |
| TextReport | The C# definition of the |
| Warning | The C# definition of the |
| WarningsAsErrors | The C# definition of the |
| XmlOutput | The C# definition of the |
| XmlReport | The C# definition of the |