Agilefreaks/weak_swagger_parameters

View on GitHub
lib/weak_swagger_parameters/definitions/array_property.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      def apply_docs(parent_node)
        name = @name
        description = @description
        item_type = @item_type
        definitions = child_definitions

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.

There are no issues that match your filters.

Category
Status