Sha256: 11f537441a38fe5469c0158e960923428b30e226b3fe6640707b49ab1dd1305c

Contents?: true

Size: 1.16 KB

Versions: 13

Compression:

Stored size: 1.16 KB

Contents

AllCops:
  DisplayCopNames: true
  Exclude:
    - "myfinance.gemspec"
    - "Gemfile"

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

Metrics/BlockLength:
  Enabled: false
  Exclude:
    - "**/*_spec.rb"

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

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/FrozenStringLiteralComment:
  Enabled: false

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
Style/PercentLiteralDelimiters:
  StyleGuide: "https://github.com/bbatsov/ruby-style-guide#percent-literal-braces"
  PreferredDelimiters:
    default: ()
    '%i': '[]'
    '%I': '[]'
    '%r': '{}'
    '%w': '[]'
    '%W': '[]'

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
myfinance-1.8.2 .rubocop.yml
myfinance-1.8.1 .rubocop.yml
myfinance-1.8.0 .rubocop.yml
myfinance-1.7.0 .rubocop.yml
myfinance-1.6.6 .rubocop.yml
myfinance-1.6.5 .rubocop.yml
myfinance-1.6.4 .rubocop.yml
myfinance-1.6.3 .rubocop.yml
myfinance-1.6.1 .rubocop.yml
myfinance-1.6.0 .rubocop.yml
myfinance-1.5.0 .rubocop.yml
myfinance-1.4.1 .rubocop.yml
myfinance-1.4.0 .rubocop.yml