Skip to content

Instantly share code, notes, and snippets.

@andrewmcdonough
andrewmcdonough / rubocoper
Created November 17, 2021 13:19 — forked from deivid-rodriguez/rubocoper
Adds RuboCop to a project, one commit per cop
#!/usr/bin/env ruby
require 'open3'
#
# Adds RuboCop to a project, one cop per commit
#
class RuboCoper
def run
autocorrect_all