Skip to content

Commit 97a47d9

Browse files
committed
- replaces rule name to properly disable the false negative
1 parent ff15f20 commit 97a47d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
disable "ResourceType" // Annotation binding
5555
disable "GradleDependency"
5656
disable "NewerVersionAvailable"
57-
disable "PropertyPrefixes" // getting false positives because of odata actions & functions (getOrder setOrder)
57+
disable "KotlinPropertyAccess" // getting false positives because of odata actions & functions (getOrder setOrder)
5858
}
5959
sourceSets {
6060
main {

0 commit comments

Comments
 (0)