Skip to content

Commit e56fbc1

Browse files
authored
Dropped Reek. (#23)
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
1 parent b9b651c commit e56fbc1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

lib/immoscout/models/concerns/propertiable.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)