Dalphi/dalphi

View on GitHub
spec/factories/services.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

FactoryGirl.define do
  # interface_type_instance = FactoryGirl.create(:interface_type)
  factory :service, class: Service do
    role 0
    description 'Arnnes algorithm for optimal results'
Severity: Minor
Found in spec/factories/services.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.

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

  factory :service, class: Service do
    role 0
    description 'Arnnes algorithm for optimal results'
    problem_id 'NER'
    url 'http://www.google.com'
Severity: Minor
Found in spec/factories/services.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