From 43c77677f600dadca3010ea731cd167d7772ff87 Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Mon, 13 Feb 2017 15:03:08 -0600 Subject: [PATCH] rubocop autofix! --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index 1027353..305fd8e 100644 --- a/Guardfile +++ b/Guardfile @@ -79,7 +79,7 @@ guard :shell, all_on_start: true do end end -guard :rubocop, cli: %w(-D -S) do +guard :rubocop, cli: %w(-D -S -a) do watch(/.rubocop.yml/) watch(/.+\.rb$/) watch(/Rakefile/)