mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
add rubocop fuubar format to quickly distict from rspec output
This commit is contained in:
parent
6eaa9215b1
commit
104b3878bf
1 changed files with 1 additions and 1 deletions
|
@ -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]) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue