Skip to content

Commit 9fc00c6

Browse files
author
Kevin Paulisse
committed
Disable line length check for this one long lone
1 parent eba47dc commit 9fc00c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

octocatalog-diff.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Gem::Specification.new do |s|
1010
s.license = 'MIT'
1111
s.authors = ['GitHub, Inc.', 'Kevin Paulisse']
1212
s.email = 'opensource+octocatalog-diff@github.com'
13+
# rubocop:disable LineLength
1314
s.files = Dir.glob('doc/**/*.md') + Dir.glob('lib/**/*') + Dir.glob('scripts/**/*') + %w(LICENSE README.md .version bin/octocatalog-diff)
15+
# rubocop:enable LineLength
1416
s.executables = 'octocatalog-diff'
1517
s.homepage = 'https://github.com/github/octocatalog-diff'
1618
s.summary = 'Compile Puppet catalogs from 2 branches, versions, etc., and compare them.'

0 commit comments

Comments
 (0)