Auto correct Rubocop's Layout/EmptyLinesAroundAccessModifier cop

This commit is contained in:
Pau Perez
2018-04-09 17:31:20 +02:00
parent 9da33b4e82
commit 746fcd5802
6 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/sh
$COP=$1
set -e
COP="$1"
bundle exec rubocop -a --only "$COP"
git add -A