retryable.gemspec
Operator =
should be surrounded by a single space. Open
Open
spec.licenses = ['MIT']
- Exclude checks
Unnecessary spacing detected. Open
Open
spec.licenses = ['MIT']
- Read upRead up
- Exclude checks
This cop checks for extra/unnecessary whitespace.
Example:
# good if AllowForAlignment is true
name = "RuboCop"
# Some comment and an empty line
website += "/bbatsov/rubocop" unless cond
puts "rubocop" if debug
# bad for any configuration
set_app("RuboCop")
website = "https://github.com/bbatsov/rubocop"