forked from pact-foundation/pact-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixup ruby warnings (pact-foundation#262)
``` …/configuration/service_provider_dsl.rb:67: warning: `&' interpreted as argument prefix …/pact_uri.rb:6: warning: parentheses after method name is interpreted as an argument list, not a decomposed argument …/configuration/message_provider_dsl.rb:49: warning: `&' interpreted as argument prefix …/state/provider_state.rb:15: warning: `&' interpreted as argument prefix …/state/provider_state.rb:19: warning: `&' interpreted as argument prefix …/state/provider_state.rb:63: warning: assigned but unused variable - fullname …/state/provider_state.rb:84: warning: `&' interpreted as argument prefix …/state/provider_state.rb:88: warning: `&' interpreted as argument prefix ```
- Loading branch information
Showing
4 changed files
with
8 additions
and
8 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
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
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
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