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 upPopular repositories
564 contributions in the last year
Contribution activity
November 2020
Created 125 commits in 9 repositories
Created a pull request in jpsim/SourceKitten that received 3 comments
Opened 37 other pull requests in 6 repositories
jpsim/SourceKitten
1
closed
1
open
9
merged
realm/SwiftLint
10
merged
- Remove Info.plist files
- Fix deprecation compiler warnings on Linux for ShowDocsCommand.swift
- Fix how test failures are rendered
- 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
8
merged
- Fix SwiftLint violations
- Add 5.3 to supported Swift versions in Yams.podspec
- Simplify imports in Representer.swift
- [CI] Re-enable all passing Windows tests
- [CI] Use environment files for Windows SwiftPM job
- [Docs] Add "Updating CI Jobs" section to CONTRIBUTING.md
- [CI] Update Xcode & Swift versions
- Add Windows CI job
jpsim/Milestones
5
merged
1
closed
Homebrew/homebrew-core
1
closed
dduan/DrString
1
merged
Reviewed 29 pull requests in 2 repositories
realm/SwiftLint 23 pull requests
- Add support for testing Examples with configuration
- Fix false positives in inclusive_language rule
- Rename OverridenSuperCallConfiguration to fix typo
- Add `key_path_expression_as_function` opt-in rule
- Add codeclimate reporter
- Add CommentSpacingRule (#3233)
- Add NonPrivateXCTestMembersRule
- Implement baseline functionality
- 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 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…