We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maven is currently implemented in terms of DirtyState. It would be good to move it to LintState, which would allow maven users to suppress lints.
DirtyState
LintState
Here is the PR which made this change in Gradle, it should be much easier for Maven. It's not a breaking change either, which is nice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maven is currently implemented in terms of
DirtyState
. It would be good to move it toLintState
, which would allow maven users to suppress lints.Here is the PR which made this change in Gradle, it should be much easier for Maven. It's not a breaking change either, which is nice.
The text was updated successfully, but these errors were encountered: