jar

com.swvl.lint : linta-android

Maven & Gradle

Nov 03, 2022
48 stars

Linta (Android) · A set of useful lint checks to make the app follow a solid design system.

Table Of Contents

Latest Version

Download com.swvl.lint : linta-android JAR file - Latest Versions:

All Versions

Download com.swvl.lint : linta-android JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window linta-android-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.swvl.lint.utils

├─ com.swvl.lint.utils.ColorUtils.class - [JAR]

com.swvl.lint.checks

├─ com.swvl.lint.checks.DuplicateColorsDetector.class - [JAR]

├─ com.swvl.lint.checks.DuplicateResourceFilesDetector.class - [JAR]

├─ com.swvl.lint.checks.HardcodedColorSrcCodeDetector.class - [JAR]

├─ com.swvl.lint.checks.HardcodedColorXmlDetector.class - [JAR]

├─ com.swvl.lint.checks.RedundantStylesDetector.class - [JAR]

com.swvl.lint

├─ com.swvl.lint.LintIssueRegistry.class - [JAR]