swiftlint
https://github.com/realm/swiftlint
Swift
A tool to enforce Swift style and conventions.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Swift not yet supported45 Subscribers
View all SubscribersAdd a CodeTriage badge to swiftlint
Help out
- Issues
- Bump rules_apple from 4.5.3 to 5.0.0-rc1
- Bump rules_swift from 3.6.1 to 4.0.0-rc2
- prefer_self_in_static_references rewrites composition/existential types to `Self` in extensions (e.g. `any A & B` → `any Self & B`)
- Fix `vertical_parameter_alignment` false positive with multi-byte function names
- Don't rewrite composition/existential types to `Self` in prefer_self_in_static_references
- Warnings are not displayed inline
- Add auto-correction, indentation config, and multi-violation support to multiline_call_arguments
- Document only values set by users without processing them
- Rewrite `file_types_order` rule with SwiftSyntax
- `additional_code_points` for `invisible_character` is logically unsound as documented
- Docs
- Swift not yet supported