Sha256: 95efa9ab30eba35a9a3a28a14a99b203c7df6384bf2499812ab477e33e854af2

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

AllCops:
  TargetRubyVersion: 2.4
  DisplayStyleGuide: true

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

# TODO: check this
# Layout/ExtraSpacing

# TODO: later
# Layout/ClassStructure

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/EmptyMethod:
  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

Gemspec/OrderedDependencies:
  Enabled: false

Style/RegexpLiteral:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
eve_online-0.29.0 .rubocop_general.yml
eve_online-0.28.0 .rubocop_general.yml
eve_online-0.27.0 .rubocop_general.yml
eve_online-0.26.0 .rubocop_general.yml
eve_online-0.25.0 .rubocop_general.yml