https://github.com/vanniktech/lint-rules
A set of very opinionated lint rules.
https://github.com/vanniktech/lint-rules
android kotlin lint rxjava2
Last synced: about 2 months ago
JSON representation
A set of very opinionated lint rules.
- Host: GitHub
- URL: https://github.com/vanniktech/lint-rules
- Owner: vanniktech
- License: apache-2.0
- Created: 2016-12-26T12:41:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-15T08:38:44.000Z (about 2 months ago)
- Last Synced: 2025-05-15T09:38:12.672Z (about 2 months ago)
- Topics: android, kotlin, lint, rxjava2
- Language: Kotlin
- Homepage:
- Size: 3.5 MB
- Stars: 364
- Watchers: 8
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
Lint-Rules
==========A set of very opinionated lint rules.
## Android Lint Rules
```groovy
compile 'com.vanniktech:lint-rules-android:0.25.0'
compile 'com.vanniktech:lint-rules-android:0.26.0-SNAPSHOT'
```[Full list of all checks that are added.](lint-rules-android.md)
## Kotlin Lint Rules
```groovy
compile 'com.vanniktech:lint-rules-kotlin:0.25.0'
compile 'com.vanniktech:lint-rules-kotlin:0.26.0-SNAPSHOT'
```[Full list of all checks that are added.](lint-rules-kotlin.md)
## RxJava 2 Lint Rules
```groovy
compile 'com.vanniktech:lint-rules-rxjava2:0.25.0'
compile 'com.vanniktech:lint-rules-rxjava2:0.26.0-SNAPSHOT'
```[Full list of all checks that are added.](lint-rules-rxjava2.md)
# License
Copyright (C) 2017 Vanniktech - Niklas Baudy
Licensed under the Apache License, Version 2.0