Class: RuboCop::Kata::Plan
- Inherits:
-
Object
- Object
- RuboCop::Kata::Plan
- Defined in:
- lib/rubocop/kata/plan.rb
Constant Summary collapse
- STAGES =
{ "structure" => %w[ Kata/ConstructorDiscipline Kata/NoClassMethodLogic Kata/NoHashAsObject Kata/NoBooleanFlag Kata/IoDiscipline Kata/ClockDiscipline Kata/EnvDiscipline ], "naming" => %w[ Kata/RealWords Kata/GoodMethodName Kata/GoodVariableName Kata/GoodClassName Kata/GoodModuleName Kata/BuilderNoun ], "prose" => %w[Kata/NoComments Kata/ProsePlacement] }.freeze
- REST =
"rest"- ROW =
"%-10s %6d %s"- NEXT =
"next: %s — %d offense%s in %d file%s%s"- MINTS =
"; these mint the names `naming` then prices, so take them first"- DENSE =
"densest: %s (%d)"- CLEAN =
"clean"
Instance Method Summary collapse
-
#initialize(root, io: $stdout) ⇒ Plan
constructor
A new instance of Plan.
- #run ⇒ Object