Skip to content

Commit

Permalink
Tweak rubocop config
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 6, 2025
1 parent 0471701 commit 9af7e64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,7 @@ Naming/BinaryOperatorParameterName:
Style/SymbolProc:
Exclude:
- "spec/**/*.rb"

Style/RedundantInitialize:
Exclude:
- "spec/**/*.rb"
2 changes: 1 addition & 1 deletion spec/integration/dry/configurable/included_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
let(:configurable_klass) do
Class.new do
include Dry::Configurable
def initialize # rubocop:disable Style/RedundantInitialize:
def initialize
super
end
end
Expand Down

0 comments on commit 9af7e64

Please sign in to comment.