We're adding CodeClimate to a project and running into a lot of method-lines errors for the render functions in our React components, example:- Function render
I created a new migration, it looks like this one: class AddCommentsToUsers < ActiveRecord::Migration def change add_column :users, :comments, :text