Skip to content

Commit

Permalink
Deps: Add wordpress lint dependency to app module
Browse files Browse the repository at this point in the history
Since 'app' module is still using Java files in it, it makes
sense to utilize the 'org.wordpress:lint' on it.

FYI: As of version '2.0.0' has only one rule, which informs about
missing null annotation on Java classes.
  • Loading branch information
ParaskP7 committed Oct 24, 2023
1 parent 9380bf5 commit e96e047
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ dependencies {
debugImplementation "com.facebook.flipper:flipper:$flipperVersion"
debugImplementation "com.facebook.soloader:soloader:$soloaderVersion"
debugImplementation "com.facebook.flipper:flipper-network-plugin:$flipperVersion"

lintChecks "org.wordpress:lint:$wordPressLintVersion"
}

// Add properties named "loop.xxx" to our BuildConfig
Expand Down

0 comments on commit e96e047

Please sign in to comment.