Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 28, 2023
1 parent d51bed8 commit de136b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,11 @@ Gem::Specification.new do |gem|
gem.add_dependency "deface", '>= 1.0.2', '< 2.0.0'
gem.add_dependency "angular-rails-templates", "~> 1.1.0"
gem.add_development_dependency "uglifier"

# Rubocop
gem.add_development_dependency 'rubocop'
gem.add_development_dependency 'rubocop-minitest'
gem.add_development_dependency 'rubocop-performance'
gem.add_development_dependency 'rubocop-rails'
gem.add_development_dependency 'theforeman-rubocop', '~> 0.0.6'
end

0 comments on commit de136b5

Please sign in to comment.