-
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
[Rule Request]: Private @IBAction opt-in rule #1931
Labels
rule-request
Requests for a new rules.
Comments
@marcelofabri @jpsim let me know if this makes sense to you. In case it does, I'll work on it. In my project we keep all our |
I think this would be a nice rule 👍 |
Sounds reasonable as opt-in. |
Super. I'll work on it tomorrow morning :-) Thanks guys! |
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Nov 7, 2017
Implements realm#1931.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Nov 7, 2017
Implements realm#1931.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Nov 7, 2017
Implements realm#1931.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Nov 11, 2017
Implements realm#1931.
ornithocoder
added a commit
to ornithocoder/personal-fork-swiftlint
that referenced
this issue
Nov 17, 2017
Implements realm#1931.
Implemented in #1935. |
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Implements realm#1931.
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Moves entry to new section. (+1 squashed commit) Squashed commits: [97ce04a] Adds new opt-in rule, private_action Implements realm#1931.
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Implements realm#1931.
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Implements realm#1931. (+1 squashed commit) Squashed commits: [5911dcc] Fix false positives in control_statement when methods with keyword names are used Fixes realm#1946 (+1 squashed commit) Squashed commits: [4cdcc48] Updates changelog entry
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Moves entry to new section. (+1 squashed commit) Squashed commits: [97ce04a] Adds new opt-in rule, private_action Implements realm#1931.
dirtydanee
pushed a commit
to dirtydanee/SwiftLint
that referenced
this issue
Dec 18, 2017
Implements realm#1931.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a request to introduce a new opt-in rule which warns against public IBActions.
Triggering example:
Non-triggering example:
Workaround via custom rule (snippet from
.swiftlint.yml
) while the rule isn't implemented/merged into master:The text was updated successfully, but these errors were encountered: