Skip to content

Commit

Permalink
rubocop: use rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 21, 2022
1 parent 448b75a commit 5abdaae
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
inherit_from: .rubocop_todo.yml

# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

Expand Down
25 changes: 25 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-03-21 13:44:28 UTC using RuboCop version 1.22.3.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 7
# Configuration parameters: AllowSubject.
RSpec/MultipleMemoizedHelpers:
Max: 7

# Offense count: 8
RSpec/RepeatedExampleGroupBody:
Exclude:
- 'spec/acceptance/nginx_mail_spec.rb'
- 'spec/acceptance/nginx_server_spec.rb'
- 'spec/defines/resource_mailhost_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/SelectByRegexp:
Exclude:
- 'spec/defines/resource_location_spec.rb'

0 comments on commit 5abdaae

Please sign in to comment.