Sha256: 50a5bb9c8940dd06879f77dbb7e03519a335d96c5e93b2d0d8f1e7975be5436e

Contents?: true

Size: 750 Bytes

Versions: 6

Compression:

Stored size: 750 Bytes

Contents

AllCops:
  Exclude:
    - "nexaas-throttle.gemspec"

Metrics/LineLength:
  StyleGuide: "https://github.com/bbatsov/ruby-style-guide#80-character-limits"
  Max: 120

Style/Alias:
  EnforcedStyle: "prefer_alias_method"

Style/AsciiComments:
  StyleGuide: "https://github.com/bbatsov/ruby-style-guide#english-comments"
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: trailing

Style/ParallelAssignment:
  StyleGuide: "https://github.com/bbatsov/ruby-style-guide#parallel-assignment"
  Enabled: false

Style/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: space

Style/StringLiterals:
  StyleGuide: "https://github.com/bbatsov/ruby-style-guide#consistent-string-literals"
  EnforcedStyle: double_quotes

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nexaas-throttle-2.0.2 .rubocop.yml
nexaas-throttle-2.0.1 .rubocop.yml
nexaas-throttle-2.0.0 .rubocop.yml
nexaas-throttle-1.0.0 .rubocop.yml
nexaas-throttle-0.2.0 .rubocop.yml
nexaas-throttle-0.1.0 .rubocop.yml