Skip to content

Conversation

@bastelfreak
Copy link
Contributor

when they are loaded via require, they will log a bunch of warnings into CI:

rubocop-i18n extension supports plugin, specify `plugins: rubocop-i18n` instead of `require: rubocop-i18n` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-performance extension supports plugin, specify `plugins: rubocop-performance` instead of `require: rubocop-performance` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-rake extension supports plugin, specify `plugins: rubocop-rake` instead of `require: rubocop-rake` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in /home/runner/work/puppet/puppet/.rubocop.yml.

when they are loaded via `require`, they will log a bunch of warnings
into CI:

```
rubocop-i18n extension supports plugin, specify `plugins: rubocop-i18n` instead of `require: rubocop-i18n` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-performance extension supports plugin, specify `plugins: rubocop-performance` instead of `require: rubocop-performance` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-rake extension supports plugin, specify `plugins: rubocop-rake` instead of `require: rubocop-rake` in /home/runner/work/puppet/puppet/.rubocop.yml.
rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in /home/runner/work/puppet/puppet/.rubocop.yml.
```
@bastelfreak bastelfreak merged commit 95653c8 into OpenVoxProject:main May 26, 2025
7 of 11 checks passed
@bastelfreak bastelfreak deleted the rubocopcleanup branch May 26, 2025 19:19
@smortex smortex added the skip-changelog Excluded from CHANGELOG label May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Excluded from CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants