gocardless/coach

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-03-08 12:21:23 +0000 using RuboCop version 0.53.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Configuration parameters: Max.
RSpec/ExampleLength:
  Exclude:
    - 'spec/lib/coach/notifications_spec.rb'

# Offense count: 5
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
  Max: 3

# Offense count: 12
# Configuration parameters: Max.
RSpec/NestedGroups:
  Exclude:
    - 'spec/lib/coach/handler_spec.rb'
    - 'spec/lib/coach/middleware_validator_spec.rb'
    - 'spec/lib/coach/request_serializer_spec.rb'
    - 'spec/lib/coach/router_spec.rb'