Skip to content

Instantly share code, notes, and snippets.

View pollcaz's full-sized avatar
🏠
Working from home

paulo andres carmona pollcaz

🏠
Working from home
  • Isoftic
  • Medellín - Colombia
View GitHub Profile
Excelent, thanks a lot!
#inherit_from: ../.rubocop.yml
AllCops:
Includes:
- Rakefile
- config.ru
Excludes:
- db/**/*
- config/**/*
- script/**/*
directories %w[app config lib spec frontend/app]
# This group allows to skip running RuboCop when RSpec failed.
# https://github.com/yujinakayama/guard-rubocop
group :red_green_refactor, halt_on_fail: true do
guard :rspec, cmd: "spring rspec" do
require "guard/rspec/dsl"
dsl = Guard::RSpec::Dsl.new(self)