Removed extra added ignore lint warnings

This commit is contained in:
MohitMaliFtechiz 2023-03-29 16:24:13 +05:30 committed by Kelson
parent ce71814076
commit 8e136b77c5

View File

@ -111,9 +111,7 @@ class AllProjectConfigurer {
"IconDipSize",
"UnusedResources",
"NonConstantResourceId",
"NotifyDataSetChanged",
"NotificationPermission",
"MonochromeLauncherIcon"
"NotifyDataSetChanged"
)
lintConfig = target.rootProject.file("lintConfig.xml")
}