metamaps/metamaps

View on GitHub
config/environments/production.rb

Summary

Maintainability
A
0 mins
Test Coverage

Block has too many lines. [29/25]
Open

Rails.application.configure do
  # Settings specified here will take precedence over those in config/application.rb

  config.action_cable.allowed_request_origins = [
    'https://metamaps.herokuapp.com', 'http://metamaps.herokuapp.com', 'https://metamaps.cc'
Severity: Minor
Found in config/environments/production.rb 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