-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate closure lengths #52
Labels
rule-request
Requests for a new rules.
Comments
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 3, 2017
because closure bodies should not span too many lines. Implements realm#52.
6 tasks
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 7, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 10, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 10, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 19, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 26, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 30, 2017
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 6, 2018
because closure bodies should not span too many lines. Implements realm#52.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 6, 2018
because closure bodies should not span too many lines. Implements realm#52. Requires Swift 4.2.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Aug 6, 2018
because closure bodies should not span too many lines. Implements realm#52. Requires Swift 4.2.
Implemented by @ornithocoder on #2342 🚀 |
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Aug 14, 2018
because closure bodies should not span too many lines. Implements realm#52. Requires Swift 4.2.
sjavora
pushed a commit
to sjavora/SwiftLint
that referenced
this issue
Mar 9, 2019
because closure bodies should not span too many lines. Implements realm#52. Requires Swift 4.2.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closures should be 20 lines or less.
The text was updated successfully, but these errors were encountered: