Skip to main content

lint

Run SwiftLint on the PrebidMobile Swift sources

Zur Installation springen

Quellinformationen

Repository
prebid/prebid-mobile-ios
Letzte Quellaktivität
27. August 2026 um 11:06
Erkannte Sprache von SKILL.md
Englisch
Sterne
71
Forks
124

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
lint
description
Run SwiftLint on the PrebidMobile Swift sources
Run SwiftLint on the project using the existing config file: ``` swiftlint --config .swiftlint.yml ``` If SwiftLint is not installed, offer to install it via Homebrew: ``` brew install swiftlint ``` After linting, summarize: - Total warnings and errors - Files with the most violations - Any errors that must be fixed (errors block builds; warnings do not) If the user asks to auto-fix violations, run: ``` swiftlint --fix --config .swiftlint.yml ``` and report what was corrected vs. what still needs manual attention.
Auf GitHub ansehen