1. detroit-yardstick(5)
  2. detroit-yardstick(5)

NAME

detroit-yardstick - documentation coverage plugin for detroit

DESCRIPTION

This is a Yardstick plugin for Detroit. Yardstick is a tool that verifies documentation coverage of Ruby code. It will measure the source and provide feedback on what is missing from the documentation and what can be improved.

This plugin links into the post-document stage of the standard assembly.

OPTIONS

The following options can be used in the Detroit toolchain file for defining a yardstick tool instance.

Examples:

The simplest entry is

yardstick:
  active: true

A fuller example might look something like this

 yardstick:
   output: log/measurement.txt
   path:
     - lib/**/*.rb

RESOURCES

For more information:

Copyright (c) 2010 Rubyworks

Detroit Yardstick is distributable in accordance with the GPL v3 license.

SEE ALSO

detroit(1), yardstick(1)

  1. January 2014
  2. detroit-yardstick(5)