colon - comma - control_statement opt_in_rules: # some rules are only opt-in - empty_count # Find all the available rules by running: # swiftlint rules included: # paths to include during linting. `--path` is ignored if present. - Source excluded: # paths to ignore during linting. Takes precedence over `included`. - Carthage - Pods - Source/ExcludedFolder - Source/ExcludedFile.swift - Source/*/ExcludedFile.swift # Exclude files with a wildcard 24 — On guard of the Source Code, by Paul Taykalo, MacPaw
supporting IDE features like indexing, syntax- coloring, code-completion, etc. In general it provides the infrastructure that an IDE needs for excellent language support. SourceKit currently only supports the Swift language. 33 — On guard of the Source Code, by Paul Taykalo, MacPaw
→ ✅ Jazzy: Docs for Swift & Objective-C. → ✅ Sourcery: Meta-programming for Swift → ✅ Cuckoo: Mocking framework for Swift. 38 — On guard of the Source Code, by Paul Taykalo, MacPaw
→ ✅ SourceKittenDaemon: Auto Completions . → ✅ SourceDocs: Markdown documentation. → ✅ Taylor: Measure Swift code metrics 39 — On guard of the Source Code, by Paul Taykalo, MacPaw