rubocop and erblint fixes

This commit is contained in:
Andy Allan 2019-05-29 17:09:51 +02:00
parent 1b1d90a0f9
commit 9431b471a7
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ Metrics/AbcSize:
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
Max: 262
Max: 263
# Offense count: 11
# Configuration parameters: CountBlocks.

View file

@ -9,5 +9,5 @@
<%= error_messages_for "diary_entry" %>
<%= form_for @diary_entry, :url => diary_entry_path(current_user, @diary_entry), :html => { :method => :put } do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<%= render :partial => "form", :locals => { :f => f } %>
<% end %>

View file

@ -9,5 +9,5 @@
<%= error_messages_for "diary_entry" %>
<%= form_for @diary_entry do |f| %>
<%= render :partial => "form", :locals => { :f => f } %>
<%= render :partial => "form", :locals => { :f => f } %>
<% end %>