Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
6e60718c
Commit
6e60718c
authored
Nov 14, 2014
by
Olivier Halligon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Rubocop] Nuke Metrics/MethodLength rule
parent
88783d1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.rubocop_cocoapods.yml
.rubocop_cocoapods.yml
+5
-0
.rubocop_todo.yml
.rubocop_todo.yml
+0
-5
No files found.
.rubocop_cocoapods.yml
View file @
6e60718c
...
@@ -58,6 +58,11 @@ Next:
...
@@ -58,6 +58,11 @@ Next:
Metrics/ClassLength
:
Metrics/ClassLength
:
Enabled
:
false
Enabled
:
false
# Arbitrary max lengths for methods simply do not work and enabling this will
# lead to a never ending stream of annoyance and changes.
Metrics/MethodLength
:
Enabled
:
false
# No enforced convention here.
# No enforced convention here.
Metrics/BlockNesting
:
Metrics/BlockNesting
:
Enabled
:
false
Enabled
:
false
...
...
.rubocop_todo.yml
View file @
6e60718c
...
@@ -41,11 +41,6 @@ Metrics/CyclomaticComplexity:
...
@@ -41,11 +41,6 @@ Metrics/CyclomaticComplexity:
Metrics/LineLength
:
Metrics/LineLength
:
Max
:
1060
Max
:
1060
# Offense count: 106
# Configuration parameters: CountComments.
Metrics/MethodLength
:
Max
:
40
# Offense count: 12
# Offense count: 12
Metrics/PerceivedComplexity
:
Metrics/PerceivedComplexity
:
Max
:
10
Max
:
10
...
...
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