Project

General

Profile

Actions

Bug #36998

closed

Missing development dependencies for rubocop

Added by dosas please_edit_me 11 months ago. Updated 7 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Tooling
Target version:
Fixed in Releases:
Found in Releases:

Description

The requires from the .rubocop.yaml https://github.com/Katello/katello/blob/master/.rubocop.yml#L2
are not tracked as dependency in the gemfile or gempsec.

It should be possible to run rubocop with the dependencies given in the project:

Thus the following dependencies should be added to .gemspec:

```
gem.add_development_dependency "rubocop-performance"
gem.add_development_dependency "rubocop-rails"
gem.add_development_dependency "rubocop-minitest"
```

Actions

Also available in: Atom PDF