mozilla-mobile/firefox-ios

SwiftLint pre-push hook is not catching redundant type declarations in TabLocationView

Open

#24.412 geöffnet am 28. Jan. 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Swift (3.203 Forks)batch import
Contributor FixContributor OKGood first issue

Repository-Metriken

Stars
 (12.950 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 2h) (221 gemergte PRs in 30 T)

Beschreibung

:page_facing_up: Description

Currently it appears that SwiftLint run locally on main will not catch redundant type declarations in TabLocationView.swift (and, likely, other files). This is true for SwiftLint 0.58.x, however SwiftLint 0.53.0 does correctly catch the error.

More context and information in this Slack thread.

:information_source: Reference Person

@FilippoZazzeroni

┆Issue is synchronized with this Jira Task

Contributor Guide