Sha256: 47a991b5797006721c1fe2605bcb7d2439e56c1d6873946ddef97267a0904042

Contents?: true

Size: 627 Bytes

Versions: 6

Compression:

Stored size: 627 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.0

  Exclude:
    - 'db/**/*'
    - 'log/**/*'
    - 'tmp/**/*'

Documentation:
  # Skips checking to make sure top level modules / classes have a comment.
  Enabled: false

Style/ClassAndModuleChildren:
  # Skips checking the style of children definitions at classes and modules.
  #
  # Basically there are two different styles:
  #
  # `nested` - have each child on a separate line
  #   class Foo
  #     class Bar
  #     end
  #   end
  #
  # `compact` - combine definitions as much as possible
  #   class Foo::Bar
  #   end
  #
  # With it disabled, either or is valid.
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
orats-5.1.2 lib/orats/templates/base/.rubocop.yml
orats-5.1.1 lib/orats/templates/base/.rubocop.yml
orats-5.0.3 lib/orats/templates/base/.rubocop.yml
orats-5.0.2 lib/orats/templates/base/.rubocop.yml
orats-5.0.1 lib/orats/templates/base/.rubocop.yml
orats-5.0.0 lib/orats/templates/base/.rubocop.yml