Class: RuboCop::Cop::Metrics::PerceivedComplexity

Inherits:
Cop
  • Object
show all
Defined in:
lib/rubocop/cop/metrics/perceived_complexity.rb

Constant Summary collapse

YAYOI_MSG =
"ζ*'ヮ')ζ<うっうー!%<method>sの複雑度がとても高いですよー!" \
'[%<complexity>d/%<max>d]'.freeze

Method Summary

Methods inherited from Cop

#message