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
778c06c6
Commit
778c06c6
authored
Mar 28, 2022
by
Vitali Tatarintev
Committed by
Peter Leitzen
Apr 01, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix remaining offense for Style/ExpandPathArguments
parent
58d7b33a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
.rubocop_todo.yml
.rubocop_todo.yml
+0
-7
config.ru
config.ru
+1
-1
No files found.
.rubocop_todo.yml
View file @
778c06c6
...
...
@@ -471,13 +471,6 @@ Style/EmptyElse:
Style/EmptyMethod
:
Enabled
:
false
# Offense count: 2
# Cop supports --auto-correct.
Style/ExpandPathArguments
:
Exclude
:
-
'
cable/config.ru'
-
'
config.ru'
# Offense count: 118
# Cop supports --auto-correct.
Style/ExplicitBlockArgument
:
...
...
config.ru
View file @
778c06c6
...
...
@@ -2,7 +2,7 @@
# This file is used by Rack-based servers to start the application.
require
::
File
.
expand_path
(
'
../config/environment'
,
__FILE
__
)
require
::
File
.
expand_path
(
'
config/environment'
,
__dir
__
)
warmup
do
|
app
|
client
=
Rack
::
MockRequest
.
new
(
app
)
...
...
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