Skip to content

Commit

Permalink
add .rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt authored and ekohl committed May 24, 2022
1 parent 9e671c3 commit cdadb98
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

inherit_from: .rubocop_todo.yml
inherit_gem:
voxpupuli-test: rubocop.yml
42 changes: 42 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-05-10 18:42:52 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: 38
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
Exclude:
- 'spec/unit/puppet/provider/kernel_parameter/grub2_spec.rb'
- 'spec/unit/puppet/provider/kernel_parameter/grub_spec.rb'

# Offense count: 7
RSpec/AnyInstance:
Exclude:
- 'spec/unit/puppet/provider/kernel_parameter/grub2_spec.rb'
- 'spec/unit/puppet/provider/kernel_parameter/grub_spec.rb'

# Offense count: 6
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
- 'spec/unit/puppet/provider/kernel_parameter/grub2_spec.rb'
- 'spec/unit/puppet/provider/kernel_parameter/grub_spec.rb'

# Offense count: 1
RSpec/MultipleDescribes:
Exclude:
- 'spec/unit/puppet/provider/kernel_parameter/grub2_spec.rb'

# Offense count: 2
RSpec/RepeatedExampleGroupDescription:
Exclude:
- 'spec/unit/puppet/provider/kernel_parameter/grub2_spec.rb'

# Offense count: 1
Style/MixinUsage:
Exclude:
- 'spec/spec_helper_acceptance.rb'

0 comments on commit cdadb98

Please sign in to comment.