README.md in quality-2.0.1 vs README.md in quality-2.1.0
- old
+ new
@@ -63,9 +63,14 @@
# Array of strings describing tools to be skipped--e.g., ["cane"]
#
# Defaults to []
t.skip_tools = []
+ # Log command executation
+ #
+ # Defaults to false
+ t.verbose = false
+
# Array of directory names which contain ruby files to analyze.
#
# Defaults to %w{app lib test spec feature}, which translates to *.rb in the base directory, as well as those directories.
t.ruby_dirs = %w{app lib test spec feature}