Skip to content

Commit

Permalink
remove TODOs as current numbers are good enough
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 26, 2016
1 parent bb64521 commit e0c789e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .rubocop.yml
Expand Up @@ -31,7 +31,7 @@ Metrics/ClassLength:

# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 200 # TODO this should be lower for new code
Max: 200
Include:
- 'src/lib/**/*.rb' # be more strict for new code in lib

Expand All @@ -51,7 +51,7 @@ Metrics/CyclomaticComplexity:
- 'src/lib/**/*.rb' # be more strict for new code in lib

Metrics/CyclomaticComplexity:
Max: 10 # TODO this should be lower for new code
Max: 10
Include:
- 'src/lib/**/*.rb' # be more strict for new code in lib

Expand Down Expand Up @@ -85,7 +85,7 @@ Metrics/PerceivedComplexity:
- 'src/lib/**/*.rb' # be more strict for new code in lib

Metrics/PerceivedComplexity:
Max: 10 # TODO this should be lower for new code
Max: 10
Include:
- 'src/lib/**/*.rb' # be more strict for new code in lib

Expand Down

0 comments on commit e0c789e

Please sign in to comment.