Skip to content

Commit e148b37

Browse files
authored
Merge pull request #700 from microsoftgraph/bugfix/rule-suppression
- suppresses a rule to avoid getting false positives because of metadata
2 parents 92c2ea8 + 02e4e8f commit e148b37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

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

0 commit comments

Comments
 (0)