ChaelCodes/HuntersKeepers

View on GitHub
lib/tasks/auto_annotate_models.rake

Summary

Maintainability
Test Coverage

Block has too many lines. [49/25]
Wontfix

  task :set_annotation_options do
    # You can override any of these by setting an environment variable of the
    # same name.

    annotate_config = {}
Severity: Minor
Found in lib/tasks/auto_annotate_models.rake by rubocop

This cop checks if the length of a block exceeds some maximum value. Comment lines can optionally be ignored. The maximum allowed length is configurable. The cop can be configured to ignore blocks passed to certain methods.

There are no issues that match your filters.

Category
Status