Skip to content

wordpress-mobile/WordPress-Lint-Android

Folders and files

NameName
Last commit message
Last commit date
Oct 24, 2023
Mar 12, 2024
Aug 9, 2023
Feb 22, 2018
Oct 23, 2023
Feb 22, 2018
Mar 13, 2024
Oct 24, 2023
Aug 9, 2023
Aug 9, 2023
Oct 23, 2023

Repository files navigation

WordPress-Lint-Android

Pluggable lint module for WordPress-Android.

Use the library in your project

  • In your build.gradle:
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: <PR-number>-<commit full SHA1>
  • Each time a PR is merged to trunk: trunk-<commit full SHA1>
  • 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.