|
1 | 1 | [](https://badge.fury.io/rb/overcommit)
|
2 |
| -[](https://travis-ci.org/causes/overcommit) |
3 |
| -[](https://coveralls.io/r/causes/overcommit) |
4 |
| -[](https://codeclimate.com/github/causes/overcommit) |
5 |
| -[](https://gemnasium.com/causes/overcommit) |
6 |
| -[](http://inch-ci.org/github/causes/overcommit) |
| 2 | +[](https://travis-ci.org/brigade/overcommit) |
| 3 | +[](https://coveralls.io/r/brigade/overcommit) |
| 4 | +[](https://codeclimate.com/github/brigade/overcommit) |
| 5 | +[](https://gemnasium.com/brigade/overcommit) |
| 6 | +[](http://inch-ci.org/github/brigade/overcommit) |
7 | 7 |
|
8 | 8 | # Overcommit
|
9 | 9 |
|
|
12 | 12 |
|
13 | 13 | In addition to supporting a wide variety of hooks that can be used across
|
14 | 14 | multiple repositories, you can also define hooks specific to a
|
15 |
| -repository (but unlike regular Git hooks, are stored with that repository). |
16 |
| - |
17 |
| -[Read more](http://causes.github.io/blog/2013/05/30/overcommit-the-opinionated-git-hook-manager/) |
18 |
| -about Overcommit on our [engineering blog](http://causes.github.io). |
| 15 | +repository (but unlike regular Git hooks, are stored in source control). |
19 | 16 |
|
20 | 17 | * [Requirements](#requirements)
|
21 | 18 | * [Dependencies](#dependencies)
|
@@ -46,7 +43,7 @@ This project aims to support the following Ruby runtimes:
|
46 | 43 |
|
47 | 44 | Some of the hooks have third-party dependencies. For example, to lint your
|
48 | 45 | [SCSS](http://sass-lang.com/) files, you're going to need our
|
49 |
| -[scss-lint gem](https://github.com/causes/scss-lint). |
| 46 | +[scss-lint gem](https://github.com/brigade/scss-lint). |
50 | 47 |
|
51 | 48 | Depending on the hooks you enable/disable for your repository, you'll need to
|
52 | 49 | ensure your development environment already has those dependencies installed.
|
@@ -246,16 +243,16 @@ Currently, Overcommit supports `commit-msg`, `pre-commit`, `post-checkout`,
|
246 | 243 | expanded to support others.
|
247 | 244 |
|
248 | 245 | You can see the full list of hooks by checking out the
|
249 |
| -[hooks directory](https://github.com/causes/overcommit/blob/master/lib/overcommit/hook), |
250 |
| -and view their [default configuration](config/default.yml). |
| 246 | +[hooks directory](lib/overcommit/hook), and view their |
| 247 | +[default configuration](config/default.yml). |
251 | 248 |
|
252 | 249 | ## Repo-Specific hooks
|
253 | 250 |
|
254 | 251 | Out of the box, `overcommit` comes with a set of hooks that enforce a variety of
|
255 | 252 | styles and lints. However, some hooks only make sense in the context of a given
|
256 | 253 | repository.
|
257 | 254 |
|
258 |
| -At Causes, for example, we have a number of ad hoc Ruby checks that we run |
| 255 | +At Brigade, for example, we have a number of ad hoc Ruby checks that we run |
259 | 256 | against our code to catch common errors. For example, since we use
|
260 | 257 | [RSpec](http://rspec.info/), we want to make sure all spec files contain the
|
261 | 258 | line `require 'spec_helper'`.
|
|
0 commit comments