Sha256: 3a44581df87f285f0b19724558eaa0b71274c9ed6662bc82b4c257703322f844
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
guard :minitest do watch(%r{^test/(.*)\/?(.*)_test\.rb$}) watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { 'test/time_range_extractor_test.rb' } watch(%r{^test/test_helper\.rb$}) { 'test' } end guard :rubocop, keep_failed: false do watch(%r{.+\.rb$}) watch(%r{(?:.+/)?\.rubocop(?:_todo)?\.yml$}) { |m| File.dirname(m[0]) } end guard 'reek' do watch(%r{.+\.rb$}) watch('.reek') end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
time_range_extractor-0.3.0 | Guardfile |
time_range_extractor-0.2.3 | Guardfile |
time_range_extractor-0.1.3 | Guardfile |
time_range_extractor-0.1.2 | Guardfile |