Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 2, 2024
1 parent cebe771 commit a32f1d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ AllCops:
- Gemfile
- locale/action_names.rb
- lib/monkeys/remove_hidden_distribution.rb
- vendor/**/*
Include:
- '**/*.rb'
- app/views/**/*.rabl
Expand Down
3 changes: 3 additions & 0 deletions katello.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,7 @@ 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 'theforeman-rubocop', '~> 0.0.6'
end

0 comments on commit a32f1d9

Please sign in to comment.