Sean Huber
Sean Huber
Nice, I'm all for integrating with Rubocop, that sounds pretty sweet! We don't have any immediate plans to work on porting to Rubocop but will happily accept PR's in the...
@chaner Were you having an issue with this when calling something like this? ```ruby add_column :some_large_table, :some_column, :string ``` Just want to verify that you weren't using the `default` option...
In your Gemfile, try ``` ruby gem 'shuber-sortable', require: 'sortable' ```
Yea, that sounds like the behavior it should have. I'll take a look into it, thanks for the heads up!
I'm seeing the same type of thing happen for a single project `terragrunt apply -auto-approve` where all the log output is bundled together as a single line AFTER the apply...
Nice that sounds great to me!
Unfortunately I only implemented a simple subset of gitignore features that I needed at the time. It is probably possible to add support for more but I haven't looked into...