File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
detectors/src/main/kotlin/com/serchinastico/lin/detectors Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ class LinIssueRegistry : IssueRegistry() {
1414 override val issues: List <Issue > = listOf (
1515 NoDataFrameworksFromAndroidClassDetector .issue,
1616 NoElseInSwitchWithEnumOrSealedDetector .issue,
17+ NoFindViewByIdCallsDetector .issue,
18+ NoMoreThanOneDateInstanceDetector .issue,
19+ NoMoreThanOneGsonInstanceDetector .issue,
1720 NoPrintStackTraceCallsDetector .issue,
1821 NoPublicViewPropertiesDetector .issue,
1922 NoSetOnClickListenerCallsDetector .issue,
20- NoMoreThanOneGsonInstanceDetector .issue,
21- NoMoreThanOneDateInstanceDetector .issue,
22- OnlyConstantsInTypeOrFileDetector .issue
23+ OnlyConstantsInTypeOrFileDetector .issue,
24+ WrongSyntheticViewReferenceDetector .issue
2325 )
2426}
You can’t perform that action at this time.
0 commit comments