Project

General

Custom queries

Profile

Actions

Bug #36998

closed

Missing development dependencies for rubocop

Added by dosas please_edit_me over 1 year ago. Updated about 1 year 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"
```

#1

Updated by Jeremy Lenz over 1 year ago

  • Category set to Tooling
#4

Updated by William Clark over 1 year ago

  • Status changed from New to Need more information
#7

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
#8

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
#9

Updated by The Foreman Bot over 1 year ago

  • Fixed in Releases Katello 4.12.0 added
#10

Updated by Evgeni Golov over 1 year ago

  • Status changed from Ready For Testing to Closed
#11

Updated by The Foreman Bot about 1 year ago

  • Pull request https://github.com/Katello/katello/pull/10974 added
#12

Updated by The Foreman Bot about 1 year ago

  • Fixed in Releases Katello 4.11.2 added
Actions

Also available in: Atom PDF