Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2019-01-24 16:43:02 +0300
committerAndrew Newdigate <andrew@gitlab.com>2019-01-29 22:05:30 +0300
commitff0b2cc61fff18186572084790bb0a054090b917 (patch)
tree88e3afefb751249389afdb627a23ceb7f26bfc7a /spec/lib/gitlab/sidekiq_logging
parent96516f7ef32c16d8b85d4be3d8d0252f81341c99 (diff)
Re-enable MethodCallWithoutArgsParentheses Cop
Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
Diffstat (limited to 'spec/lib/gitlab/sidekiq_logging')
-rw-r--r--spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb b/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
index a9d15f1d522..7bc4599e20f 100644
--- a/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
+++ b/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
@@ -16,7 +16,7 @@ describe Gitlab::SidekiqLogging::StructuredLogger do
"correlation_id" => 'cid'
}
end
- let(:logger) { double() }
+ let(:logger) { double }
let(:start_payload) do
job.merge(
'message' => 'TestWorker JID-da883554ee4fe414012f5f42: start',