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

Updated by Jeremy Lenz 11 months ago

  • Category set to Tooling
Actions #2

Updated by Jeremy Lenz 11 months ago

Hi dosas

Will you be submitting a PR?

(Make sure to take into account foreman-rubocop which katello uses for rubocop config on our CI; not sure how that will come into play here)

Actions #3

Updated by dosas please_edit_me 11 months ago

Jeremy Lenz wrote in #note-2:

Hi dosas

Will you be submitting a PR?

(Make sure to take into account foreman-rubocop which katello uses for rubocop config on our CI; not sure how that will come into play here)

I was in the process of creating a PR.

I added theforman-rubocop (0.0.6) as recommended here https://github.com/theforeman/theforeman-rubocop/blob/main/docs/github_action.md#plugin-gemfile

I choose the version 0.0.6 since this is also the version used in foreman https://github.com/theforeman/theforeman-rubocop/blob/main/docs/github_action.md#plugin-gemfile

When running rubocop this leads to hundreds of errors.

Is rubocop used at all in katello development or CI?

Actions #4

Updated by William Clark 11 months ago

  • Status changed from New to Need more information
Actions #5

Updated by William Clark 11 months ago

Hi Dosas,

Thanks for looking into this.

We currently run rubocop from the ../foreman directory in CI and development.

That said, there is a draft underway already to change the CI workflow, which includes adding rubocop to katello as a development dependency, which you can follow and suggest feedback here: https://github.com/Katello/katello/pull/10780

I'll leave this issue in 'need more information' status now, and we'll circle back to see if there is any other concern.

Kind regards,

Actions #6

Updated by dosas please_edit_me 11 months ago

Hi William,

thank you for the hint. This PR should solve the issue.

Actions #7

Updated by Ian Ballou 11 months ago

  • Status changed from Need more information to New
  • Target version set to Katello 4.13.0
  • Triaged changed from No to Yes

Triaging -- To be resolved by https://github.com/Katello/katello/pull/10780

Actions #8

Updated by The Foreman Bot 10 months ago

  • Status changed from New to Ready For Testing
  • Assignee set to Evgeni Golov
  • Pull request https://github.com/Katello/katello/pull/10857 added
Actions #9

Updated by The Foreman Bot 10 months ago

  • Fixed in Releases Katello 4.12.0 added
Actions #10

Updated by Evgeni Golov 10 months ago

  • Status changed from Ready For Testing to Closed
Actions #11

Updated by The Foreman Bot 7 months ago

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

Updated by The Foreman Bot 7 months ago

  • Fixed in Releases Katello 4.11.2 added
Actions

Also available in: Atom PDF