Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fizzy_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Compsy
fizzy_api
Commits
67b86fde
There was a problem fetching the pipeline summary.
Commit
67b86fde
authored
7 years ago
by
Ando Emerencia
Browse files
Options
Downloads
Patches
Plain Diff
more rubocop
parent
61f7aa97
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!23
Ae update gems
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.rubocop.yml
+8
-1
8 additions, 1 deletion
.rubocop.yml
with
8 additions
and
1 deletion
.rubocop.yml
+
8
−
1
View file @
67b86fde
...
...
@@ -20,6 +20,13 @@ MethodLength:
CountComments
:
false
# count full line comments?
Max
:
20
# Describe specs fail this test
# Namespaces in rake tasks do too
Metrics/BlockLength
:
Exclude
:
-
'
spec/**/*'
-
'
**/*.rake'
################################################################## DISABLED COPS
# These cops are disabled because we think they are a Bad Idea. If you add one
...
...
@@ -33,7 +40,7 @@ Documentation:
Enabled
:
false
# Gems typically have one file named the-gem-name.rb which can be autorequired by bundler
Style
/FileName
:
Naming
/FileName
:
Exclude
:
-
lib/fizzy-api.rb
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment