Sha256: 87f6b6efea006e9c083632421c53a893f50a66c3dd775b0596e8c0b03825497a

Contents?: true

Size: 674 Bytes

Versions: 7

Compression:

Stored size: 674 Bytes

Contents

AlignParameters:
  Enabled: false
ClassLength:
  CountComments: false
  Max: 200
LineLength:
  Max: 99
MethodLength:
  CountComments: false
  Max: 15
Metrics/AbcSize:
  Max: 25
AllCops:
  Exclude:
    - bin/**/*
    - db/**/*
    - .gemspec/**/*
    - .bundle/**/*
    - vendor/**/*
    - config/**/*
    - script/**/*
    - !ruby/regexp /old_and_unused\.rb$/
    - !ruby/regexp /polishgeeks-[^\/]{2,}\.rb/
  Include:
    - '**/Rakefile'
    - config.ru
    - lib/tasks/**/*.rake
    - lib/tasks/**/*.rb
    - lib/capistrano/**/*.rb
    - lib/capistrano/**/*.cap
Style/MultilineOperationIndentation:
  EnforcedStyle: indented
  SupportedStyles:
    - aligned
    - indented

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
polishgeeks-dev-tools-1.2.1 config/rubocop.yml
polishgeeks-dev-tools-1.2.0 config/rubocop.yml
polishgeeks-dev-tools-1.1.3 config/rubocop.yml
polishgeeks-dev-tools-1.1.2 config/rubocop.yml
polishgeeks-dev-tools-1.1.1 config/rubocop.yml
polishgeeks-dev-tools-1.1.0 config/rubocop.yml
polishgeeks-dev-tools-1.0.0 config/rubocop.yml