codeclimate/codeclimate-bundler-audit

View on GitHub
lib/cc/engine/bundler_audit/insecure_source_issue.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

        def to_json(*a)
          {
            categories: %w[Security],
            check_name: CHECK_NAME,
            content: {

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