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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
53bf080f
Commit
53bf080f
authored
May 30, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Style/SpaceBeforeComment rubocop cop
See #17478
parent
43c35b0f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.rubocop.yml
.rubocop.yml
+1
-1
config/initializers/doorkeeper.rb
config/initializers/doorkeeper.rb
+1
-1
lib/event_filter.rb
lib/event_filter.rb
+1
-1
No files found.
.rubocop.yml
View file @
53bf080f
...
...
@@ -574,7 +574,7 @@ Style/SpaceBeforeComma:
# Checks for missing space between code and a comment on the same line.
Style/SpaceBeforeComment
:
Enabled
:
fals
e
Enabled
:
tru
e
# Checks that exactly one space is used between a method name and the first
# argument for method calls without parentheses.
...
...
config/initializers/doorkeeper.rb
View file @
53bf080f
...
...
@@ -71,7 +71,7 @@ Doorkeeper.configure do
# The value can be any string. Use nil to disable this feature. When disabled, clients must provide a valid URL
# (Similar behaviour: https://developers.google.com/accounts/docs/OAuth2InstalledApp#choosingredirecturi)
#
native_redirect_uri
nil
#
'urn:ietf:wg:oauth:2.0:oob'
native_redirect_uri
nil
#
'urn:ietf:wg:oauth:2.0:oob'
# Specify what grant flows are enabled in array of Strings. The valid
# strings and the flows they enable are:
...
...
lib/event_filter.rb
View file @
53bf080f
...
...
@@ -27,7 +27,7 @@ class EventFilter
@params
=
if
params
params
.
dup
else
[]
#
EventFilter.default_filter
[]
#
EventFilter.default_filter
end
end
...
...
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