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
8ace2d5c
Commit
8ace2d5c
authored
Sep 28, 2018
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check frozen string in style builds
parent
d5734de3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.rubocop.yml
.rubocop.yml
+19
-0
changelogs/unreleased/frozen-string-app-enforce.yml
changelogs/unreleased/frozen-string-app-enforce.yml
+5
-0
No files found.
.rubocop.yml
View file @
8ace2d5c
...
...
@@ -35,6 +35,25 @@ Style/MutableConstant:
Style/SafeNavigation
:
Enabled
:
false
# Frozen String Literal
Style/FrozenStringLiteralComment
:
Enabled
:
true
Exclude
:
-
'
config.ru'
-
'
Dangerfile'
-
'
Gemfile'
-
'
Rakefile'
-
'
app/views/**/*'
-
'
config/**/*'
-
'
danger/**/*'
-
'
db/**/*'
-
'
ee/**/*'
-
'
lib/**/*'
-
'
qa/**/*'
-
'
rubocop/**/*'
-
'
scripts/**/*'
-
'
spec/**/*'
Naming/FileName
:
ExpectMatchingDefinition
:
true
Exclude
:
...
...
changelogs/unreleased/frozen-string-app-enforce.yml
0 → 100644
View file @
8ace2d5c
---
title
:
Check frozen string in style builds
merge_request
:
author
:
gfyoung
type
:
other
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