Skip to content

Commit 36214f8

Browse files
koiccyberdelia
authored andcommitted
Fix a RuboCop offense (#6)
This PR fixes a RuboCop offense. ```console % 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
1 parent 283fb0c commit 36214f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubocop-sequel.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
44
gem.authors = ['Timothée Peignier']
55
gem.email = ['[email protected]']
66
gem.description = 'Code style checking for Sequel'
7-
gem.summary = 'A Sequel plugin for the RuboCop code style & linting tool.'
7+
gem.summary = 'A Sequel plugin for RuboCop'
88
gem.homepage = 'https://github.com/rubocop-hq/rubocop-sequel'
99
gem.license = 'MIT'
1010

0 commit comments

Comments
 (0)