Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
453 contributions in the last year
Contribution activity
November 2020
Created 38 commits in 5 repositories
Created 1 repository
- jpsim/DrString Swift
Created a pull request in Homebrew/homebrew-core that received 2 comments
Opened 13 other pull requests in 3 repositories
realm/SwiftLint
7
merged
- Remove Xcode project & drop Carthage support
- Require Swift 5.2 or higher to build
- Remove UnneededNotificationCenterRemovalRule
- Fix incorrect violation message for line length violations
- [AttributesRule] Fix parameterized attributes
- Improve compilation times
- [IdentifierNameRule] Allow "allowed symbols" as first character
jpsim/Yams
5
merged
dduan/DrString
1
open
Reviewed 16 pull requests in 1 repository
realm/SwiftLint 16 pull requests
- Add 'always_keep_imports' to UnusedImportRule
- Rule Modification: Don't trigger `unavailable_function` for a function that returns `Never`
- Separating level counting for types and functions in `nesting` rule.
- Add CommentSpacingRule (#3233)
- Add remote, parent & child configuration features
- Add option that allows skipping aligned constants
- Validate closures outside of function calls in unused_closure_parameter
- Fix false positive in `toggle_bool` rule
- Use working directory as root path instead of trying to calculate it
- Fix inconsistency in `operator_usage_whitespace` rule
- Fix finding the nested config when a single file path is passed
- Fix incorrect regex patterns in README files
- Adjust --strict to treat warnings as errors instead of only altering exit code
- Add excluding by prefix option
- Fix DuplicateImportsRule's support for import attributes
- Remove @IBOutlet and @IBInspectable from UnusedDeclarationRule
Created an issue in luchihoratiu/debug-via-ssh that received 5 comments
ParserError when running on Windows
Thanks for publishing such a useful project! I'm trying to SSH into a Windows actions runner using this project, but there appears to be a parser e…

