Skip to content

Commit

Permalink
Deps: Remove wordpress lint dependency from photoeditor module
Browse files Browse the repository at this point in the history
Since 'photoeditor' module is all Kotlin, with no Java file in it,
there is no point in utilizing 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 5a3eb6b commit 9380bf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions photoeditor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ dependencies {

implementation mp4composeProjectDependency

lintChecks "org.wordpress:lint:$wordPressLintVersion"

implementation "androidx.emoji:emoji:$androidxEmojiVersion"
}
repositories {
Expand Down

0 comments on commit 9380bf5

Please sign in to comment.