Skip to content

Commit 891a38a

Browse files
authored
Merge pull request #80 from microsoftgraph/bugfix/rule-name
- replaces rule name to properly disable the false negative
2 parents a47f848 + 97a47d9 commit 891a38a

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)