smudge/sojourn

View on GitHub
lib/generators/sojourn/templates/create_sojourn_events.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

  def change
    create_table :sojourn_events do |t|
      t.string :sojourner_uuid, limit: 36, null: false
      t.string :name
      t.column :properties, :jsonb

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