https://github.com/wordpress-mobile/wordpress-lint-android
Pluggable lint module for WordPress-Android
https://github.com/wordpress-mobile/wordpress-lint-android
Last synced: about 1 month ago
JSON representation
Pluggable lint module for WordPress-Android
- Host: GitHub
- URL: https://github.com/wordpress-mobile/wordpress-lint-android
- Owner: wordpress-mobile
- License: gpl-2.0
- Created: 2018-02-22T08:45:49.000Z (about 8 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-24T17:18:08.000Z (over 1 year ago)
- Last Synced: 2024-11-14T03:28:32.517Z (over 1 year ago)
- Language: Kotlin
- Size: 194 KB
- Stars: 1
- Watchers: 24
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress-Lint-Android
Pluggable lint module for WordPress-Android.
## Use the library in your project
* In your build.gradle:
```groovy
dependencies {
lintChecks 'org.wordpress:lint:2.1.0' // use version 2.1.0
}
```
## Publishing a new version
In the following cases, the CI will publish a new version with the following format to our remote Maven repo:
* For each commit in an open PR: `-`
* Each time a PR is merged to `trunk`: `trunk-`
* Each time a new tag is created: `{tag-name}`
## License ##
WordPress-Lint-Android is an Open Source project covered by the
[GNU General Public License version 2](LICENSE.md).
[1]: https://github.com/wordpress-mobile/WordPress-Lint-Android/blob/develop/WordPressLint/build.gradle#L15