Flaky GoodJob test testing #155
Annotations
9 errors
rubocop:
test/logical/job_stats_test.rb#L20
Style/RedundantSelfAssignment: Redundant self assignment detected. Method `concat` modifies its receiver in place.
|
rubocop:
test/logical/job_stats_test.rb#L20
Lint/AmbiguousBlockAssociation: Parenthesize the param `[url1, url2].map { |url| ScrapeArtistUrlJob.perform_later(url) }` to make sure that the block will be associated with the `[url1, url2].map` method call.
|
rubocop:
test/logical/job_stats_test.rb#L21
Style/RedundantSelfAssignment: Redundant self assignment detected. Method `concat` modifies its receiver in place.
|
rubocop:
test/logical/job_stats_test.rb#L21
Lint/AmbiguousBlockAssociation: Parenthesize the param `[submission1, submission2, submission3].map { |submission| CreateSubmissionFileJob.perform_later(submission, {}) }` to make sure that the block will be associated with the `[submission1, submission2, submission3].map` method call.
|
rubocop:
test/logical/job_stats_test.rb#L22
Style/RedundantSelfAssignment: Redundant self assignment detected. Method `concat` modifies its receiver in place.
|
rubocop:
test/logical/job_stats_test.rb#L22
Lint/AmbiguousBlockAssociation: Parenthesize the param `[file1, file2, file3, file4, file5].map { |file| E6IqdbQueryJob.perform_later(file) }` to make sure that the block will be associated with the `[file1, file2, file3, file4, file5].map` method call.
|
rubocop:
test/logical/job_stats_test.rb#L23
Layout/TrailingWhitespace: Trailing whitespace detected.
|
rubocop
Process completed with exit code 1.
|
tests
Process completed with exit code 1.
|