Sha256: 4f1b0b51650ce9a9c4efb82bd0377da35cc80d3177ae502900740466ae4d6522

Contents?: true

Size: 657 Bytes

Versions: 4

Compression:

Stored size: 657 Bytes

Contents

inherit_from:
  - https://raw.githubusercontent.com/blacklane/rubocop/master/rubocop.yml

Lint/HandleExceptions:
  Exclude:
    - test/rails_integration_test.rb
    - test/sinatra_integration_test.rb
Lint/RescueException:
  Exclude:
    - lib/kiev/request_body_filter/json.rb
    - lib/kiev/sidekiq/request_logger.rb
    - lib/kiev/shoryuken/request_logger.rb
    - lib/kiev/rack/request_logger.rb
    - lib/kiev/json.rb
Style/GlobalVars:
  Exclude:
    - test/helper.rb
Style/GuardClause:
  Exclude:
    - lib/kiev/logger.rb
Style/NestedParenthesizedCalls:
  Exclude:
  - spec/lib/kiev/json_spec.rb
Style/BlockDelimiters:
  EnforcedStyle: line_count_based

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kiev-4.1.0 .rubocop.yml
kiev-4.0.0 .rubocop.yml
kiev-3.0.0 .rubocop.yml
kiev-2.8.0 .rubocop.yml