We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa98bcd commit d161cdaCopy full SHA for d161cda
report/Rakefile
@@ -5,7 +5,7 @@ require './reporter'
5
desc "Generate report"
6
task :report do
7
@reporter = Elastic::Reporter.new
8
- template = ERB.new(File.read('./template.erb'), trim_mode = true)
+ template = ERB.new(File.read('./template.erb'), trim_mode: '-')
9
File.write('../apis_report.md', template.result(binding))
10
end
11
0 commit comments