app/controllers/api/v2/projects_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Method has too many lines. [14/10]
Open

      def default_relationships
        %i[
          inputs
          compounds
          sets

This cop checks if the length of a method exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable.

Line is too long. [104/100]
Open

          project = current_project_anchor.projects.fully_loaded.find(current_project_anchor.project.id)

There are no issues that match your filters.

Category
Status