Skip to content

Commit b2ad4aa

Browse files
committed
🚨 Update REEK list
1 parent cbf7b82 commit b2ad4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

REEK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
spec/helpers/faux.rb -- 1 warning:
2+
[14, 15]:DuplicateMethodCall: VersionGem::Faux#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.4.0/docs/Duplicate-Method-Call.md]
13
lib/version_gem/error.rb -- 1 warning:
24
[4]:IrresponsibleModule: VersionGem::Error has no descriptive comment [https://github.com/troessner/reek/blob/v6.4.0/docs/Irresponsible-Module.md]
35
lib/version_gem/ruby.rb -- 1 warning:
46
[14, 15]:DuplicateMethodCall: VersionGem::Ruby#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.4.0/docs/Duplicate-Method-Call.md]
5-
spec/spec_helper.rb -- 1 warning:
6-
[29, 30]:DuplicateMethodCall: VersionGem::Faux#actual_minor_version? calls 'RUBY_VER.segments' 2 times [https://github.com/troessner/reek/blob/v6.4.0/docs/Duplicate-Method-Call.md]
77
3 total warnings

0 commit comments

Comments
 (0)