Module: Cane

Defined in:
lib/cane.rb,
lib/cane/cli.rb,
lib/cane/version.rb,
lib/cane/cli/spec.rb,
lib/cane/abc_check.rb,
lib/cane/doc_check.rb,
lib/cane/rake_task.rb,
lib/cane/style_check.rb,
lib/cane/cli/translator.rb,
lib/cane/syntax_violation.rb,
lib/cane/abc_max_violation.rb,
lib/cane/violation_formatter.rb

Defined Under Namespace

Modules: CLI Classes: AbcCheck, AbcMaxViolation, DocCheck, FileLine, RakeTask, Runner, StyleCheck, SyntaxViolation, UndocumentedClassViolation, ViolationFormatter

Constant Summary collapse

VERSION =
'1.2.0'

Class Method Summary collapse

Class Method Details

.run(opts) ⇒ Object



8
9
10
# File 'lib/cane.rb', line 8

def run(opts)
  Runner.new(opts).run
end