Skip to content
Snippets Groups Projects

Drop leading spaces in rubocop extensions:

Merged Steve Traylen requested to merge spaces into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,5 +2,5 @@
inherit_gem:
voxpupuli-test: rubocop.yml
<% if @configs['extra'] -%>
<%= @configs['extra'].to_yaml.sub(/\A---\n/, '') -%>
<%= @configs['extra'].to_yaml.sub(/\A---\n/, '') -%>
<% end -%>
Loading