From 15497a0e54346893c43dcf659bbde2de423f075c Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Mon, 2 Sep 2019 02:35:13 +0000 Subject: Apply suggestion to doc/development/contributing/style_guides.md --- doc/development/contributing/style_guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index 597b23069c3..f825b3d7088 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -30,7 +30,7 @@ This is also the style used by linting tools such as [RuboCop](https://github.com/rubocop-hq/rubocop) and [Hound CI](https://houndci.com). You can run RuboCop by hand or install a tool like [Overcommit](https://github.com/sds/overcommit) to run it for you. -`Overcommit will automatically run the configured checks (like Rubocop) on every modified file before commit. You can use the example overcommit configuration found in `.overcommit.yml.example` as a quickstart. +Overcommit will automatically run the configured checks (like Rubocop) on every modified file before commit. You can use the example overcommit configuration found in `.overcommit.yml.example` as a quickstart. This saves you time as you don't have to wait for the same errors to be detected by the CI. --- -- cgit v1.2.1