fga-eps-mds/2019.2-Vsign

View on GitHub
backend/db/seeds.rb

Summary

Maintainability
A
0 mins
Test Coverage

Trailing whitespace detected.
Open

#     password: Faker::Internet.password, 
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Line is too long. [105/80]
Open

# # This file should contain all the record creation needed to seed the database with its default values.
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Trailing whitespace detected.
Open

#     email: Faker::Internet.email, 
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Line is too long. [113/80]
Open

# # The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Line is too long. [87/80]
Open

#   puts "User: #{user.name} - Company: #{company.name} - Contract: #{contract.script}"
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Line is too long. [83/80]
Open

# #   movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Trailing whitespace detected.
Open

# 10.times do 
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Trailing whitespace detected.
Open

#     order: Faker::Cannabis.buzzword, 
Severity: Minor
Found in backend/db/seeds.rb by rubocop

Trailing whitespace detected.
Open

#     user_id: User.all.sample.id, 
Severity: Minor
Found in backend/db/seeds.rb by rubocop

There are no issues that match your filters.

Category
Status