https://github.com/artem-zinnatullin/android-lint-cli
Prebuilt jars of Android Lint CLI tool.
https://github.com/artem-zinnatullin/android-lint-cli
android-lint cli
Last synced: 4 months ago
JSON representation
Prebuilt jars of Android Lint CLI tool.
- Host: GitHub
- URL: https://github.com/artem-zinnatullin/android-lint-cli
- Owner: artem-zinnatullin
- License: apache-2.0
- Created: 2019-02-15T23:11:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T20:05:00.000Z (about 7 years ago)
- Last Synced: 2025-03-17T14:22:38.500Z (about 1 year ago)
- Topics: android-lint, cli
- Size: 65.4 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Lint CLI
`-cli` releases of Android Lint tool in form of executable jar that can be run with `java -jar lint-cli.jar …`.
## Releases
Releases follow versioning of `com.android.tools.lint:lint:someversion` on `maven.google.com`.
Project is set up to deploy `lint-cli.jar` to [GitHub releases](https://github.com/artem-zinnatullin/android-lint-cli/releases), each release contains:
- `lint-cli.jar`: executable jar
- `lint-cli.jar.sha256`: sha256 of the jar
- `lint-cli.jar.sha512`: sha512 of the jar
- `dependencies.txt` dependencies used to build the jar
- `dependencies.txt.sha256`: sha256 of dependencies.txt
- `dependencies.txt.sha512`: sha512 of dependencies.txt
See also: [NOTICE](lint-cli/src/main/resources/META-INF/NOTICE).