Actions
Bug #36998
closedMissing development dependencies for rubocop
Difficulty:
Triaged:
Yes
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"
```
Updated by Ian Ballou over 1 year ago
- Status changed from Need more information to New
- Target version set to Katello 4.13.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Evgeni Golov
- Pull request https://github.com/Katello/katello/pull/10857 added
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/Katello/katello/pull/10974 added
Actions