Actions
Feature #36984
closedExclude all subdirectories for vendor in .rubocop.yaml
Difficulty:
Triaged:
No
Description
I stumbled upon this problem when executing rubocop for foreman_ansible locally and in gitlab ci
https://github.com/rubocop/rubocop/issues/9832
Change the line here
https://github.com/theforeman/foreman_ansible/blob/master/.rubocop.yml#L16
from
```
'vendor/bundle/**/*'
```
to
```
'vendor/**/*'
```
This would be the same as in the default config: https://github.com/rubocop/rubocop/blob/master/config/default.yml#L68
Updated by dosas please_edit_me about 1 year ago
- Tracker changed from Bug to Feature
- Description updated (diff)
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/677 added
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases foreman_ansible-13.0.0 added
Updated by dosas please_edit_me about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|e1a7b13a50abcaba26c4f80b2c138c51875a16e6.
Updated by Nofar Alfassi about 1 year ago
- Fixed in Releases foreman_ansible-13.0.3 added
- Fixed in Releases deleted (
foreman_ansible-13.0.0)
Actions