Skip to content

Commit

Permalink
(maint) Relax rubocop
Browse files Browse the repository at this point in the history
Commit b3b5e57 introduced a rubocop error. Just disable cop, it's not
useful.
  • Loading branch information
joshcooper committed Sep 13, 2023
1 parent b3b5e57 commit 52e4e36
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,7 @@ Metrics/CyclomaticComplexity:
- 'lib/facter/resolvers/aix/ffi/ffi_helper.rb'

Metrics/ClassLength:
Exclude:
- 'lib/facter/resolvers/partitions.rb'
- 'lib/facter/custom_facts/core/execution/base.rb'
- 'lib/facter/custom_facts/util/fact.rb'
- 'lib/facter/resolvers/windows/networking.rb'
- 'lib/facter/custom_facts/util/collection.rb'
- 'lib/facter/framework/core/options/option_store.rb'
- 'lib/facter/framework/cli/cli.rb'
- 'lib/facter/framework/core/cache_manager.rb'
- 'install.rb'
- 'scripts/generate_changelog.rb'
- 'lib/facter/resolvers/solaris/networking.rb'
- 'lib/facter/framework/logging/logger.rb'
- 'lib/facter/framework/core/fact_manager.rb'
Enabled: false

Naming/AccessorMethodName:
Exclude:
Expand Down

0 comments on commit 52e4e36

Please sign in to comment.