Enable the Layout/SpaceAfterColon cop

This commit is contained in:
gregoirenovel 2018-01-15 21:43:56 +01:00
parent e8422d3904
commit f605cd35ac
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
namespace :'2017_10_30_copy_commentaire_piece_justificative_to_file' do
task set: :environment do
commentaires_to_process = Commentaire.where(file:nil).where.not(piece_justificative_id: nil).reorder(id: :desc)
commentaires_to_process = Commentaire.where(file: nil).where.not(piece_justificative_id: nil).reorder(id: :desc)
puts "#{commentaires_to_process.count} commentaires to process..."