realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.61k stars 2.22k forks source link

Enable rules that currently have no violations #5547

Closed mildm8nnered closed 5 months ago

mildm8nnered commented 5 months ago

Enables the following rules for SwiftLint itself, which have no current violations:

anyobject_protocol
inert_defer
no_fallthrough_only
static_over_final_class
unused_capture_list

It's a shame there's no tooling to pick up these cases automatically, but I'm not sure what that would look like.