diff options
Diffstat (limited to 'doc/development/contributing/style_guides.md')
-rw-r--r-- | doc/development/contributing/style_guides.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index f35757249fc..24c8de80e51 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -4,7 +4,9 @@ You're strongly advised to install [Overcommit](https://github.com/sds/overcommit) to automatically check for -static analysis offenses before committing locally: +static analysis offenses before committing locally. + +In your GitLab source directory run: ```shell cd tooling/overcommit && make && cd - |