You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modulecheck-finding/impl-android/src/main/kotlin/modulecheck/finding/android/DisableViewBindingGenerationFinding.kt
Copy file name to clipboardExpand all lines: modulecheck-finding/impl-android/src/main/kotlin/modulecheck/finding/android/UnusedResourcesGenerationFinding.kt
Copy file name to clipboardExpand all lines: modulecheck-parsing/gradle/dsl/api/src/main/kotlin/modulecheck/parsing/gradle/dsl/AndroidGradleSettings.kt
+4-2
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,15 @@ data class AndroidGradleSettings(
Copy file name to clipboardExpand all lines: modulecheck-parsing/gradle/dsl/internal/src/main/kotlin/modulecheck/parsing/gradle/dsl/internal/AbstractDependenciesBlock.kt
Copy file name to clipboardExpand all lines: modulecheck-parsing/gradle/dsl/internal/src/main/kotlin/modulecheck/parsing/gradle/dsl/internal/AbstractPluginsBlock.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ import java.io.File
26
26
27
27
abstractclassAbstractPluginsBlock(
28
28
privatevallogger:McLogger,
29
-
suppressedForEntireBlock:List<String>
29
+
blockSuppressed:List<String>
30
30
) : PluginsBlock {
31
31
32
32
privateval resetManager =ResetManager()
@@ -40,19 +40,19 @@ abstract class AbstractPluginsBlock(
0 commit comments