Sha256: f62e1715a10601e0876f7e01469c9d1d1ec201cbfa894e2a291dbea726a138bd

Contents?: true

Size: 976 Bytes

Versions: 3

Compression:

Stored size: 976 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-10-02 18:57:17 +0700 using RuboCop version 0.75.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: 4
Metrics/AbcSize:
  Max: 24

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 4
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 13

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 12

# Offense count: 1
Style/ClassVars:
  Exclude:
    - 'lib/generators/ability_definition.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: line_count_dependent, lambda, literal
Style/Lambda:
  Exclude:
    - 'lib/canard/adapters/mongoid.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
canard-0.6.2.pre .rubocop_todo.yml
canard-0.6.1.pre .rubocop_todo.yml
canard-0.6.0.pre .rubocop_todo.yml