Module: LintTrappings::Matchers

Defined in:
lib/lint_trappings/spec/matchers/report_lint_matcher.rb

Overview

rubocop:disable Metrics/ClassLength, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity, Metrics/MethodLength, Metrics/LineLength

Defined Under Namespace

Classes: ReportLintMatcher

Instance Method Summary collapse

Instance Method Details

#report_lint(*args, **kwargs) ⇒ Object



166
167
168
# File 'lib/lint_trappings/spec/matchers/report_lint_matcher.rb', line 166

def report_lint(*args, **kwargs)
  ReportLintMatcher.new(*args, **kwargs)
end