Skip to content
Snippets Groups Projects
Commit 7ef35b9c authored by Robert Speicher's avatar Robert Speicher
Browse files

Shut up, Rubocop

parent 77daebe6
No related branches found
No related tags found
1 merge request!3232Auto git fsck
module RepositoryCheck
class ClearWorker
include Sidekiq::Worker
sidekiq_options retry: false
def perform
# Do small batched updates because these updates will be slow and locking
Project.select(:id).find_in_batches(batch_size: 100) do |batch|
Loading
Loading
@@ -14,4 +14,4 @@ module RepositoryCheck
end
end
end
end
\ No newline at end of file
end
  • Contributor

    Be nice to Rubocop! This my fault for using an 'arcane' editor with a really dumb auto-indent feature.

  • Owner

    But it's my go-to!

    gitlab master % g log --grep 'Shut up'
    commit 7ef35b9c61b61b6cf03f20ce4ab34272404dca40
    Author: Robert Speicher <rspeicher@gmail.com>
    Date:   Thu Apr 14 12:28:48 2016 -0400
    
        Shut up, Rubocop
    
    commit 62377d17548ca41b4c563ec1c7331df97f1054ca
    Author: Robert Speicher <rspeicher@gmail.com>
    Date:   Thu Oct 15 19:44:15 2015 -0400
    
        Shut up, Rubocop
    
    commit 459b882131f5da02e86e89abde6c84dfee2d587c
    Author: Robert Speicher <rspeicher@gmail.com>
    Date:   Wed Oct 14 16:31:54 2015 -0400
    
        Shut up, Rubocop
    
        [ci skip]
    
    commit 530f0d71f5d8157df3a469900e2fe0a81c9eaa5a
    Author: Robert Speicher <rspeicher@gmail.com>
    Date:   Wed Oct 14 01:07:58 2015 -0400
    
        Shut up, Rubocop

    Don't worry Rubocop, I still love you.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment