Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3caf0c2d
Commit
3caf0c2d
authored
Oct 31, 2020
by
Lee Tickett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweaking docs
parent
c0c28d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/development/contributing/style_guides.md
doc/development/contributing/style_guides.md
+3
-1
No files found.
doc/development/contributing/style_guides.md
View file @
3caf0c2d
...
...
@@ -21,12 +21,14 @@ We strongly recommend installing
[
Lefthook
](
https://github.com/Arkweid/lefthook
)
to automatically check for
static analysis offenses before pushing your changes.
After installing
`overcommit
`
, run the following in your GitLab source directory:
To install
`lefthook
`
, run the following in your GitLab source directory:
```
shell
# Make sure to uninstall Overcommit first
overcommit
--uninstall
# If using rbenv, at this point you may need to do: rbenv rehash
# Install lefthook
gem
install
lefthook
&&
lefthook
install
-f
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment