Sha256: 8cb1d8cd145b7696d980b324cc18a462ac8a4c184b5dd8c9348d2db275a742f8

Contents?: true

Size: 772 Bytes

Versions: 3

Compression:

Stored size: 772 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-01-05 07:51:33 +0300 using RuboCop version 0.61.1.
# 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.

Metrics/AbcSize:
  Exclude:
    - 'lib/umwelt/cli/commands/*'

Metrics/MethodLength:
  Exclude:
    - 'lib/umwelt/cli/commands/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/**/*_spec.rb'
    - 'umwelt.gemspec'

# Compact style is forcing correct requiring files
Style/ClassAndModuleChildren:
  AutoCorrect: true
  EnforcedStyle: compact

Style/Documentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
umwelt-0.2 .rubocop.yml
umwelt-0.1.1 .rubocop.yml
umwelt-0.1.0 .rubocop.yml