lib/quality/tools/punchlist.rb in quality-15.0.1 vs lib/quality/tools/punchlist.rb in quality-16.0.0
- old
+ new
@@ -3,10 +3,10 @@
# Adds 'punchlist' tool support to quality gem
module Punchlist
private
def punchlist_args
- glob = "--glob '#{source_files_glob}'"
+ glob = "--glob '#{source_and_doc_files_glob}'"
regexp = " --regexp '#{punchlist_regexp}'" if punchlist_regexp
if exclude_files.size > 0
exclude = " --exclude-glob '#{source_files_exclude_glob}'"
end