Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T10:39:46.000Z (25 days ago)
- Last Synced: 2024-10-18T02:42:51.322Z (23 days ago)
- Topics: android, kotlin, lint, rxjava2
- Language: Kotlin
- Homepage:
- Size: 3.38 MB
- Stars: 363
- Watchers: 9
- Forks: 36
- Open Issues: 0
-
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