Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11c188ad authored by David Saff's avatar David Saff
Browse files

Add Kosmos lint issues to registry, so that they actually run

Bug: 342622417
Test: N/A
Flag: TEST_ONLY
Change-Id: I21abb7b83476cf77a6eaac8ac43e96d516f115d7
parent 8532954c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ class SystemUIIssueRegistry : IssueRegistry() {
                CleanArchitectureDependencyViolationDetector.ISSUE,
                CollectAsStateDetector.ISSUE,
                DemotingTestWithoutBugDetector.ISSUE,
                DoNotDirectlyConstructKosmosDetector.ISSUE,
                DumpableNotRegisteredDetector.ISSUE,
                FlowDetector.SHARED_FLOW_CREATION,
                MissingApacheLicenseDetector.ISSUE,
@@ -43,6 +44,7 @@ class SystemUIIssueRegistry : IssueRegistry() {
                RegisterContentObserverViaContentResolverDetector.CONTENT_RESOLVER_ERROR,
                RegisterReceiverViaContextDetector.ISSUE,
                RunBlockingDetector.ISSUE,
                RunTestShouldUseKosmosDetector.ISSUE,
                ShadeDisplayAwareDetector.ISSUE,
                ShadeDisplayAwareDialogDetector.ISSUE,
                SingletonAndroidComponentDetector.ISSUE,