Skip to content

Commit

Permalink
config adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasAud committed Jan 18, 2024
1 parent 7515896 commit 52f278b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ Style/Documentation:
- spec/**/*
Style/WordArray:
EnforcedStyle: brackets
Style/FileWrite:
Description: Enforcing this rule might break the code in unexpected ways.
Enabled: false
12 changes: 0 additions & 12 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ RSpec/StubbedMock:
Exclude:
- 'spec/tasks/abs_spec.rb'

# Offense count: 14
# This cop supports safe autocorrection (--autocorrect).
Style/FileWrite:
Exclude:
- 'tasks/abs.rb'
- 'tasks/docker.rb'
- 'tasks/docker_exp.rb'
- 'tasks/provision_service.rb'
- 'tasks/update_node_pp.rb'
- 'tasks/update_site_pp.rb'
- 'tasks/vagrant.rb'

# Offense count: 7
Style/MixinUsage:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group :development do
gem "pry", '~> 0.10', require: false
gem "simplecov-console", '~> 0.5', require: false
gem "puppet-debugger", '~> 1.0', require: false
gem "rubocop", '= 1.50.0', require: false
gem "rubocop", '~> 1.50.0', require: false
gem "rubocop-performance", '= 1.16.0', require: false
gem "rubocop-rspec", '= 2.19.0', require: false
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
Expand Down

0 comments on commit 52f278b

Please sign in to comment.