-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
organize
OSUserExecutor
functionality with extension
* Move the parsing functionality of the `OSUserExecutor` into an extension * This is motivated by this swiftlint error: "...OSUserExecutor.swift:36:1: error: Type Body Length Violation: Type body should span 350 lines or less excluding comments and whitespace: currently spans 401 lines (type_body_length)" * The alternative considered would be to update the `.swiftlint.yml` file to override the `type_body_length` rule to accept a longer length.
- Loading branch information
Showing
1 changed file
with
103 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters