rubocop / rubocop-sequel

Code style checking for Sequel
MIT License
28 stars 14 forks source link

Fix a RuboCop offense #6

Closed koic closed 6 years ago

koic commented 6 years ago

This PR fixes a RuboCop offense.

% bundle exec rubocop --parallel
Inspecting 15 files
C..............

Offenses:

rubocop-sequel.gemspec:7:81: C: Metrics/LineLength: Line is too long. [82/80]
  gem.summary       = 'A Sequel plugin for the RuboCop code style & linting tool.'
                                                                                ^^

15 files inspected, 1 offense detected

https://travis-ci.org/rubocop-hq/rubocop-sequel/jobs/393013658#L492-L505