lib/quality/rake/config.rb in quality-8.0.0 vs lib/quality/rake/config.rb in quality-8.1.0
- old
+ new
@@ -38,9 +38,15 @@
# Pick any extra files that are source files, but may not have
# extensions--defaults to ['Rakefile']
attr_accessor :extra_files
+ # Pipe-separated regexp string describing what to look for in
+ # files as 'todo'-like 'punchlist' comments.
+ #
+ # Defaults to 'XXX|TODO'
+ attr_accessor :punchlist_regexp
+
# Relative path to output directory where *_high_water_mark
# files will be read/written
#
# Defaults to .
attr_accessor :output_dir