cequel/cequel

View on GitHub
templates/record.rb

Summary

Maintainability
A
0 mins
Test Coverage

unexpected token tLT (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

class <%= class_name %>
Severity: Minor
Found in templates/record.rb by rubocop

unexpected token tIDENTIFIER (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  column <%= attribute.name.to_sym.inspect %>, <%= attribute.type.to_sym.inspect %><% if attribute.has_index? %>, index: true<% end %>
Severity: Minor
Found in templates/record.rb by rubocop

unexpected token tGT (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  <%- end -%>
Severity: Minor
Found in templates/record.rb by rubocop

unexpected token tLT (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  <%- end -%>
Severity: Minor
Found in templates/record.rb by rubocop

unexpected token tIDENTIFIER (Using Ruby 2.1 parser; configure using TargetRubyVersion parameter, under AllCops)
Open

  column <%= attribute.name.to_sym.inspect %>, <%= attribute.type.to_sym.inspect %><% if attribute.has_index? %>, index: true<% end %>
Severity: Minor
Found in templates/record.rb by rubocop

There are no issues that match your filters.

Category
Status