From 104b3878bf3515d85ddcf7ce4d4dda3b41567552 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Thu, 16 Oct 2014 12:27:02 +0300 Subject: [PATCH] add rubocop fuubar format to quickly distict from rspec output --- Guardfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guardfile b/Guardfile index a915ec3ee..7f9b167e1 100644 --- a/Guardfile +++ b/Guardfile @@ -26,7 +26,7 @@ group :red_green_refactor, halt_on_fail: true do # Martin does not want rubocop unless Socket.gethostname == 'martin' - guard :rubocop, cli: '--display-cop-names -c .rubocop-guard.yml', notification: false do + guard :rubocop, cli: '--display-cop-names -c .rubocop-guard.yml -f fuubar', notification: false do watch(%r{.+\.rb$}) watch(%r{(?:.+/)?\.rubocop\.yml$}) { |m| File.dirname(m[0]) } watch(%r{(?:.+/)?\.rubocop-guard\.yml$}) { |m| File.dirname(m[0]) }