remove lint ignore from all projects

This commit is contained in:
MohitMaliFtechiz 2022-06-21 12:54:38 +05:30 committed by Kelson
parent f47f18bca8
commit a19cef9336

View File

@ -115,8 +115,7 @@ class AllProjectConfigurer {
"IconDipSize",
"UnusedResources",
"NonConstantResourceId",
"NotifyDataSetChanged",
"StringFormatCount"
"NotifyDataSetChanged"
)
lintConfig = target.rootProject.file("lintConfig.xml")
}