Commit Graph

11 Commits

Author SHA1 Message Date
Mike McQuaid fdb4577be8 brew-cask: move to using tap cmd directory.
This provides a few benefits:

- faster `brew cask` execution times as another Ruby process is not
  needed. Cask can instead be loaded in-process with Homebrew. This
  will also make it easier to use some of Homebrew's core code and
  ease moving code from Cask into Homebrew core.
- Users do not need to `brew upgrade` Cask any more: it's done
  automatically on any `brew update` or `git pull` of the Cask tap.
2015-12-09 19:32:49 +00:00
Josh Hagins b069d1ee51 Move .rubocop_todo.yml from to TOPLEVEL_FILES
IGNORE_FILES is not meant to include files tracked in the repository.
2015-11-24 19:48:01 -05:00
Vítor Galvão 533ff608ba Create .gitattributes 2015-09-21 13:57:20 +01:00
William Boman 18259219d7 add .editorconfig file 2015-09-08 01:42:23 +01:00
Josh Hagins 37f42f90df Report test coverage with coveralls 2015-03-17 21:20:41 -04:00
Josh Hagins d3ba0471e0 Add rubocop config files to layout_test.rb 2015-03-06 19:08:10 -05:00
Claudia 8076322c02 Bring the repo test back in sync with `.gitignore`.
This keeps the tests from failing, e. g. when developers use `rbenv` to run the 1.8-based tests.
2014-10-05 21:24:57 +02:00
Paul Hinze 58d4c745a9 install rspec; move first few tests over
refs #5080
2014-06-29 11:33:22 -05:00
Roland Walker d9861a6aaf minor updates to ignores
implemented in both `.gitignore` and `layout_test.rb`
2014-06-19 17:35:02 -04:00
Roland Walker 2b23710f2e ignore a toplevel .bundle directory 2014-06-19 10:39:34 -04:00
Roland Walker ad4989416a add tests for expected layout of files in repo
References: #4914
2014-06-17 09:06:43 -04:00