Last 12 weeks · 0 commits
4 of 6 standards met
the swift-lint official instructions are so gnarly. 1. install swift-lint: https://github.com/realm/SwiftLint/releases 2. Add to your xcode project folder Example of swift-lint rule set: https://github.com/realm/SwiftLint/blob/master/.swiftlint.yml Another swift-lint example from Sindre Sorhus project GifSki: https://github.com/sindresorhus/gifski-app/blob/master/.swiftlint.yml 3. Add swift-lint script to your xcodeproject: XCode 👉 Build phases Click "plus-button" 👉 Add run script Paste in the bellow: 4. Build the project to see some swift-lint warnings 5. Add a swift-lint badge to your github project `
Repository: sindresorhus/swiftlint-config. Description: Good starter config for SwiftLint Stars: 50, Forks: 4. License: CC0-1.0. Topics: linter-config, sindresorhus, swift, swiftlint, swiftlint-config. Open PRs: 0, open issues: 0. Last activity: 1y ago. Community health: 71%. Top contributors: sindresorhus, arekf, samuelmeuli.