expertiza/expertiza

View on GitHub
spec/factories/quiz_factory.rb

Summary

Maintainability
A
0 mins
Test Coverage

Block has too many lines. [46/25]
Open

FactoryBot.define do
  # Quiz Questionnaire is the main representation of a quiz
  # in the Expertiza model. It shares a one-to-many relationship
  # with QuizQuestion and QuizResponseMap, and foreign keys
  # to an AssignmentTeam. It is important to note that
Severity: Minor
Found in spec/factories/quiz_factory.rb by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status