Sha256: d79453d1b8d650b4ba22cddbeaeca2e701d1e0af0337f32a35776362c303b688

Contents?: true

Size: 533 Bytes

Versions: 7

Compression:

Stored size: 533 Bytes

Contents

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - 'bin/**/*'
    - 'db/migrate/**/*'
    - 'spec/dummy/**/*'

Gemspec/RequiredRubyVersion:
  Enabled: false

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

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
archangel-0.3.0 lib/archangel/commands/templates/common/.rubocop.yml
archangel-0.0.8 lib/archangel/command/templates/extension/.rubocop.yml
archangel-0.0.7 lib/archangel/command/templates/extension/.rubocop.yml
archangel-0.0.6 lib/archangel/command/templates/extension/.rubocop.yml
archangel-0.0.5 lib/archangel/command/templates/extension/.rubocop.yml
archangel-0.0.4 lib/archangel/command/templates/extension/.rubocop.yml
archangel-0.0.3 lib/archangel/command/templates/extension/.rubocop.yml