Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix danger-swift parameters filter #216

Merged
merged 3 commits into from
Mar 26, 2019
Merged

Fix danger-swift parameters filter #216

merged 3 commits into from
Mar 26, 2019

Conversation

f-meloni
Copy link
Member

The filter was removing the parameter before the option instead of the one after

@f-meloni
Copy link
Member Author

merge on green

@@ -3,7 +3,7 @@ import Logger
import ShellOut

public func getDangerCommandPath(logger: Logger, args: [String] = CommandLine.arguments, shellOutExecutor: ShellOutExecuting = ShellOutExecutor()) throws -> String {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • ⚠️ Line should be 120 characters or less: currently 165 characters (line_length)

@f-meloni f-meloni merged commit 5a45724 into master Mar 26, 2019
@f-meloni f-meloni deleted the fix_parameters_filter branch March 26, 2019 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants