From 2993b5f55c2b9d8d924a0b035bd2d7f4cd358fce Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 6 Nov 2019 11:09:10 +0000 Subject: [PATCH] 64 sync lint options and inspection profile --- .idea/inspectionProfiles/kiwixAndroidInspections.xml | 12 +++++------- .../src/main/kotlin/plugin/AllProjectConfigurer.kt | 3 ++- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.idea/inspectionProfiles/kiwixAndroidInspections.xml b/.idea/inspectionProfiles/kiwixAndroidInspections.xml index e0198680e..b58c73669 100644 --- a/.idea/inspectionProfiles/kiwixAndroidInspections.xml +++ b/.idea/inspectionProfiles/kiwixAndroidInspections.xml @@ -25,12 +25,11 @@ - + - @@ -43,7 +42,7 @@ - + @@ -70,7 +69,6 @@ - @@ -99,11 +97,11 @@ - + - + @@ -113,7 +111,7 @@ - + diff --git a/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt b/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt index 1fc07cbb8..2bf3dc915 100644 --- a/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt +++ b/buildSrc/src/main/kotlin/plugin/AllProjectConfigurer.kt @@ -103,7 +103,8 @@ class AllProjectConfigurer { "UnknownNullness", "SelectableText", "IconDensities", - "ContentDescription" + "ContentDescription", + "IconDipSize" ) baseline("${path}/lint-baseline.xml") }