geminabox/geminabox

View on GitHub
lib/geminabox/http_adapter.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Do not prefix writer method names with set_.
Open

    def set_auth(*args)
Severity: Minor
Found in lib/geminabox/http_adapter.rb by rubocop

This cop makes sure that accessor methods are named properly.

Example:

# bad
def set_attribute(value)
end

# good
def attribute=(value)
end

# bad
def get_attribute
end

# good
def attribute
end

Final newline missing.
Open

end
Severity: Minor
Found in lib/geminabox/http_adapter.rb by rubocop

There are no issues that match your filters.

Category
Status