lib/reek/smells/smell_detector.rb in reek-1.2.8 vs lib/reek/smells/smell_detector.rb in reek-1.2.9

- old
+ new

@@ -69,12 +69,9 @@ sm = examine_context(context) @smells_found += sm end end - def examine_context(context) - end - def exception?(context) context.matches?(value(EXCLUDE_KEY, context, DEFAULT_EXCLUDE_SET)) end def report_on(report)