Sha256: 0a6475d0b69ce1938f205652b8ac9792caac3e5016ccbc0a50b376240dd44491

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-07-26 15:23:44 UTC using RuboCop version 1.32.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.

AllCops:
  NewCops: enable
  SuggestExtensions: false

# definitive :
Lint/Debugger:
  Exclude:
    - 'samples/test.rb'
Security/Eval:
  Enabled: true
  Exclude:
    - 'lib/carioca/registry.rb'
Style/ClassVars:
  Enabled: false
Style/MissingRespondToMissing:
  Enabled: false
Gemspec/RequireMFA:
  Enabled: false
Metrics/BlockLength:
  Enabled: true
  Exclude:
    - 'spec/carioca_spec.rb'
    - 'carioca.gemspec'


# to study :
Metrics/AbcSize:
  Enabled: false
Metrics/CyclomaticComplexity:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/PerceivedComplexity:
  Enabled: false
Style/EvalWithLocation:
  Enabled: false
Style/GuardClause:
  Enabled: false



# to do : 
Style/Documentation:
  Enabled: false
Layout/LineLength:
  Enabled: false

Metrics/ParameterLists:
  Max: 8

Gemspec/DevelopmentDependencies:
  Exclude:
    - 'carioca.gemspec'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
carioca-2.1.10 .rubocop.yml
carioca-2.1.9 .rubocop.yml