Idk why I went w/ this style originally, but it looks clowny. Should be an easy project-wide find/replace.
https://github.com/realm/SwiftLint/blob/5673b3fb5ed2e147be62970816263e69be3491ba/Source/SwiftLintFramework/Rules/AttributesRulesExamples.swift
https://github.com/realm/SwiftLint/blob/5673b3fb5ed2e147be62970816263e69be3491ba/Source/SwiftLintFramework/Rules/AttributesRule.swift
There's a SwiftLint rule that already exists for this 馃槃 Enable, and fix violations?
Yaaay, let's!
Weird! I try enabling swift lint but not working as expected.
opt_in_rules:
- attributes
Most helpful comment
https://github.com/realm/SwiftLint/blob/5673b3fb5ed2e147be62970816263e69be3491ba/Source/SwiftLintFramework/Rules/AttributesRulesExamples.swift
https://github.com/realm/SwiftLint/blob/5673b3fb5ed2e147be62970816263e69be3491ba/Source/SwiftLintFramework/Rules/AttributesRule.swift
There's a SwiftLint rule that already exists for this 馃槃 Enable, and fix violations?