lib/cybele/helpers/pronto.rb in cybele-2.1.0 vs lib/cybele/helpers/pronto.rb in cybele-2.2.0
- old
+ new
@@ -22,10 +22,10 @@
'.pronto.yml',
force: true
files_to_template(
'pronto/example.pronto.yml.erb' => 'example.pronto.yml',
'pronto/.haml-lint.yml.erb' => '.haml-lint.yml',
- 'pronto/config.reek.erb' => 'config.reek',
+ 'pronto/.erb-lint.yml.erb' => '.erb-lint.yml',
'pronto/.rubocop.yml.erb' => '.rubocop.yml',
'pronto/.flayignore.erb' => '.flayignore'
)
end
end