Skip to content

Commit

Permalink
Don't apply lint config in fluxc module
Browse files Browse the repository at this point in the history
The parent module, `WordPress` has `checkDependencies` option and all needed dependencies, so there's no need to apply the same to child module
  • Loading branch information
wzieba committed Sep 26, 2024
1 parent d3c065e commit aebf516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fluxc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ android {
}

lint {
lintConfig file("${project.rootDir}/config/lint/lint.xml")
enable += 'UnknownNullness'
}

Expand Down

0 comments on commit aebf516

Please sign in to comment.