Sha256: 3412010865e71c05c9aabaece96f6ba206bca6963174540b6bf861bffc729284

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 KB

Contents

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true
  DisplayStyleGuide: true

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

# TODO: check this
# Layout/ExtraSpacing

Layout/SpaceInsideStringInterpolation:
  EnforcedStyle: space
  Enabled: true

Layout/MultilineAssignmentLayout:
  Enabled: true

Metrics/LineLength:
  Enabled: false

Rails:
  Enabled: true

Rails/SaveBang:
  Enabled: true

Rails/TimeZone:
  EnforcedStyle: strict
  Enabled: true

Style/AutoResourceCleanup:
  Enabled: true

Style/BlockComments:
  Enabled: false

Style/CollectionMethods:
  Enabled: true

Style/ConditionalAssignment:
  Enabled: true
  EnforcedStyle: assign_to_condition

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: always

Style/ImplicitRuntimeError:
  Enabled: true

Style/MethodCalledOnDoEndBlock:
  Enabled: true

Style/MissingElse:
  Enabled: true
  EnforcedStyle: case

Style/NegatedIf:
  Enabled: false

Style/NumericLiterals:
  Enabled: true
  Strict: true

Style/PercentLiteralDelimiters:
  Enabled: false

Style/ReturnNil:
  Enabled: true

Style/SymbolArray:
  Enabled: true
  EnforcedStyle: brackets

Style/WordArray:
  Enabled: true
  EnforcedStyle: brackets

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Bundler/OrderedGems:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
eve_online-0.14.0 .rubocop_general.yml
eve_online-0.13.0 .rubocop_general.yml