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

pass switches to OptionParser.parse opts #150

Merged
merged 1 commit into from
Aug 11, 2018
Merged

pass switches to OptionParser.parse opts #150

merged 1 commit into from
Aug 11, 2018

Conversation

techgaun
Copy link
Contributor

@techgaun techgaun commented Aug 8, 2018

this gets rid of warning on elixir 1.7

warning: not passing the :switches or :strict option to OptionParser is deprecated
  (elixir) lib/option_parser.ex:562: OptionParser.build_config/1
  (elixir) lib/option_parser.ex:197: OptionParser.parse/2
  lib/mix/tasks.ex:18: Mix.Tasks.Coveralls.run/1
  (mix) lib/mix/task.ex:316: Mix.Task.run_task/3
  (mix) lib/mix/cli.ex:79: Mix.CLI.run_task/2

this gets rid of warning on elixir 1.7
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 88.859% when pulling 5ac6315 on techgaun:master into bfa17c9 on parroty:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 88.859% when pulling 5ac6315 on techgaun:master into bfa17c9 on parroty:master.

@parroty parroty merged commit e817d00 into parroty:master Aug 11, 2018
@parroty
Copy link
Owner

parroty commented Aug 11, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants