File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
lib/immoscout/models/concerns Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11### next
22
3- * TODO: Replace this bullet point with an actual description of a change.
3+ * Dropped Reek ( # 22 )
44
55### 2.0.0 (28 June 2025)
66
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ module Propertiable
1313 { }
1414 end
1515
16- # :reek:ControlParameter - standard stuff, reek!
17- # :reek:TooManyStatements
1816 def method_missing ( method_name , *arguments , &)
1917 if method_name =~ /build_(\w +)/
2018 match = Regexp . last_match ( 1 ) . intern
@@ -32,7 +30,6 @@ def attributes
3230 self . class . properties . keys . sort
3331 end
3432
35- # :reek:BooleanParameter - standard stuff, reek!
3633 def respond_to_missing? ( method_name , include_private = false )
3734 method_name . to_s . start_with? ( 'build_' ) || super
3835 end
You can’t perform that action at this time.
0 commit comments