Sha256: 34c34c5c837da746c5ca0c50480b29f3d61844d28ef0a1c7ffc1c1e38f0970a1

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 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


# 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

3 entries across 3 versions & 1 rubygems

Version Path
carioca-2.1.8 .rubocop.yml
carioca-2.1.7 .rubocop.yml
carioca-2.1.6 .rubocop.yml