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
8a58f927
Commit
8a58f927
authored
Aug 17, 2020
by
Sean Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable Rails/TimeZone cop in lib
Move existing offences to todo
parent
9e404d35
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
87 additions
and
713 deletions
+87
-713
.rubocop.yml
.rubocop.yml
+6
-1
.rubocop_todo.yml
.rubocop_todo.yml
+81
-712
No files found.
.rubocop.yml
View file @
8a58f927
...
@@ -470,8 +470,10 @@ Rails/TimeZone:
...
@@ -470,8 +470,10 @@ Rails/TimeZone:
Include
:
Include
:
-
'
app/controllers/**/*'
-
'
app/controllers/**/*'
-
'
app/services/**/*'
-
'
app/services/**/*'
-
'
lib/**/*'
-
'
spec/controllers/**/*'
-
'
spec/controllers/**/*'
-
'
spec/services/**/*'
-
'
spec/services/**/*'
-
'
spec/lib/**/*'
-
'
ee/app/controllers/**/*'
-
'
ee/app/controllers/**/*'
-
'
ee/app/services/**/*'
-
'
ee/app/services/**/*'
-
'
ee/spec/controllers/**/*'
-
'
ee/spec/controllers/**/*'
...
@@ -484,7 +486,10 @@ Rails/TimeZone:
...
@@ -484,7 +486,10 @@ Rails/TimeZone:
-
'
spec/workers/**/*'
-
'
spec/workers/**/*'
-
'
ee/app/workers/**/*'
-
'
ee/app/workers/**/*'
-
'
ee/spec/workers/**/*'
-
'
ee/spec/workers/**/*'
-
'
ee/lib/**/*'
-
'
ee/spec/lib/**/*'
Exclude
:
-
lib/gitlab/popen.rb
# WIP: See https://gitlab.com/gitlab-org/gitlab/-/issues/220040
# WIP: See https://gitlab.com/gitlab-org/gitlab/-/issues/220040
Rails/SaveBang
:
Rails/SaveBang
:
...
...
.rubocop_todo.yml
View file @
8a58f927
This diff is collapsed.
Click to expand it.
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