README.md in quality-6.0.0 vs README.md in quality-7.0.0
- old
+ new
@@ -78,9 +78,13 @@
# Array of directory names which contain any type of source files to analyze.
#
# Defaults to t.ruby_dirs
t.source_dirs.concat(%w(MyProject MyProjectTests))
+ # Pick any extra files that are source files, but may not have
+ # extensions--defaults to ['Rakefile']
+ t.extra_files = ['Foo', 'Rakefile']
+
# Relative path to output directory where *_high_water_mark
# files will be read/written
#
# Defaults to 'metrics'
t.output_dir = 'metrics'