-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.
Description
New Issue Checklist
- Updated SwiftLint to the latest version
- I searched for existing GitHub issues
Describe the bug
I wasn't sure whether to file this as a new rule request or not. I guess an all
"pseudo-rule" would do what I want.
I'd like to be able to enable all opt-in rules in my configuration file;
opt_in_rules:
- all
would be fine (then I can disable the ones I don't want via disabled_rules
).
This would save me having to check for new opt-in rules when I upgrade to a new version of SwiftLint
Complete output when running SwiftLint, including the stack trace and command used
N/A
Environment
N/A
Metadata
Metadata
Assignees
Labels
enhancementIdeas for improvements of existing features and rules.Ideas for improvements of existing features and rules.