It can be brutal to use rubocop in an old project. Here is how we did it. We only lint the files that changed after the date we integrated rubocop : `git -c log.showRoot=false log --no-merges --pretty=format:…
It can be brutal to use rubocop in an old project. Here is how we did it. We only lint the files that changed after the date we integrated rubocop : `git -c log.showRoot=false log --no-merges --pretty=format:…