-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Impossible to Suppress used ViewBinding #710
Labels
bug
Something isn't working
Comments
Thanks for the report. I can reproduce this, and for I should be able to merge a fix and get a new release out tonight. |
RBusarow
added a commit
that referenced
this issue
Jun 7, 2022
RBusarow
added a commit
that referenced
this issue
Jun 7, 2022
RBusarow
added a commit
that referenced
this issue
Jun 7, 2022
RBusarow
added a commit
that referenced
this issue
Jun 7, 2022
Thank you so much for quickly addressing this one. |
Thanks for the report and the related fix! |
RBusarow
added a commit
that referenced
this issue
Jun 8, 2022
* main: add Algolia search to the website consume self again with version 0.12.3 release docs for 0.12.3 fix suppressing findings within the AGP DSL fixes #710 Fix small false-positive for ViewBinding (#711) Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.20.0 # Conflicts: # modulecheck-gradle/platforms/internal-android/build.gradle.kts # modulecheck-gradle/platforms/internal-jvm/build.gradle.kts # modulecheck-gradle/plugin/build.gradle.kts # modulecheck-parsing/psi/src/test/kotlin/modulecheck/parsing/psi/KotlinAndroidGradleParserTest.kt # modulecheck-rule/impl-factory/build.gradle.kts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a false-positive about view binding and it is unfortunately impossible to suppress.
I tried:
@file:Suppress
ModuleCheck's error message
The text was updated successfully, but these errors were encountered: