opf/openproject

View on GitHub
app/seeders/development_data/custom_fields_seeder.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create_cfs! has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def create_cfs!
      cfs = []

      # create some custom fields and add them to the project
      (all_cfs - %w(list multilist intrange)).each do |type|
Severity: Minor
Found in app/seeders/development_data/custom_fields_seeder.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status