No issue: move relevant files in :mozilla-lint-rules to perf pkg.

upstream-sync
Michael Comella 3 years ago committed by Michael Comella
parent c647679e4d
commit 99600247bb

@ -54,7 +54,6 @@
# Possible startup regressions
*Application.kt @mozilla-mobile/Performance
*StrictMode*kt @mozilla-mobile/Performance
*ConstraintLayoutPerfDetector* @mozilla-mobile/Performance
# We want to be aware of new features behind flags as well as features
# about to be enabled.

@ -6,6 +6,7 @@ package org.mozilla.fenix.lintrules
import com.android.tools.lint.client.api.IssueRegistry
import com.android.tools.lint.detector.api.Issue
import org.mozilla.fenix.lintrules.perf.ConstraintLayoutPerfDetector
/**
* Registry which provides a list of our custom lint checks to be performed on an Android project.

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.fenix.lintrules
package org.mozilla.fenix.lintrules.perf
import com.android.resources.ResourceFolderType
import com.android.tools.lint.detector.api.Category

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.fenix.lintrules
package org.mozilla.fenix.lintrules.perf
import com.android.resources.ResourceFolderType
import com.android.tools.lint.checks.infrastructure.TestFiles
Loading…
Cancel
Save