cyberark/conjur-api-ruby

View on GitHub
example/demo.rb

Summary

Maintainability
A
0 mins
Test Coverage

Extra blank line detected.
Open


puts "Fetching db-password as #{host.id}"
Severity: Minor
Found in example/demo.rb by rubocop

This cop checks for two or more consecutive blank lines.

Example:

# bad - It has two empty lines.
some_method
# one empty line
# two empty lines
some_method

# good
some_method
# one empty line
some_method

There are no issues that match your filters.

Category
Status