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
9ddd9c29
Commit
9ddd9c29
authored
Feb 06, 2020
by
Gary Holtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update a typo in style_guides.md
parent
33232cde
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/contributing/style_guides.md
doc/development/contributing/style_guides.md
+1
-1
No files found.
doc/development/contributing/style_guides.md
View file @
9ddd9c29
...
@@ -30,7 +30,7 @@ Our codebase style is defined and enforced by [RuboCop](https://github.com/ruboc
...
@@ -30,7 +30,7 @@ Our codebase style is defined and enforced by [RuboCop](https://github.com/ruboc
You can check for any offenses locally with
`bundle exec rubocop --parallel`
.
You can check for any offenses locally with
`bundle exec rubocop --parallel`
.
On the CI, this is automatically checked by the
`static-analysis`
jobs.
On the CI, this is automatically checked by the
`static-analysis`
jobs.
For RuboCop rules that we have not taken a decision yet, we follow the
For RuboCop rules that we have not taken a decision
on
yet, we follow the
[
Ruby Style Guide
](
https://github.com/rubocop-hq/ruby-style-guide
)
,
[
Ruby Style Guide
](
https://github.com/rubocop-hq/ruby-style-guide
)
,
[
Rails Style Guide
](
https://github.com/rubocop-hq/rails-style-guide
)
, and
[
Rails Style Guide
](
https://github.com/rubocop-hq/rails-style-guide
)
, and
[
RSpec Style Guide
](
https://github.com/rubocop-hq/rspec-style-guide
)
as general
[
RSpec Style Guide
](
https://github.com/rubocop-hq/rspec-style-guide
)
as general
...
...
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