Sha256: f0be3f9f981908a4495d74276884c3705af9a6493cdce20a18fed68a04f2eaec

Contents?: true

Size: 880 Bytes

Versions: 15

Compression:

Stored size: 880 Bytes

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true
  TargetRubyVersion: 2.4
  Exclude:
    - 'spec/**/**/*'
Layout/ClosingParenthesisIndentation:
  Enabled: false
Layout/EmptyLinesAroundBlockBody:
  Enabled: false
Layout/EmptyLinesAroundClassBody:
  Enabled: false
Layout/EmptyLinesAroundModuleBody:
  Enabled: false
Layout/FirstParameterIndentation:
  Enabled: false
Layout/MultilineMethodCallIndentation:
  EnforcedStyle: aligned
LineLength:
  Max: 100
Lint/ScriptPermission:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/ModuleLength:
  Enabled: false
Style/Alias:
  EnforcedStyle: prefer_alias_method
Style/BracesAroundHashParameters:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/HashSyntax:
  Enabled: false
Style/NumericLiterals:
  Enabled: false
Style/RescueModifier:
  Enabled: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
active_uxid-5.0.0 .rubocop.yml
active_uxid-1.0.13 .rubocop.yml
active_uxid-1.0.12 .rubocop.yml
active_uxid-1.0.11 .rubocop.yml
active_uxid-1.0.10 .rubocop.yml
active_uxid-1.0.9 .rubocop.yml
active_uxid-1.0.8 .rubocop.yml
active_uxid-1.0.7 .rubocop.yml
active_uxid-1.0.6 .rubocop.yml
active_uxid-1.0.5 .rubocop.yml
active_uxid-1.0.4 .rubocop.yml
active_uxid-1.0.3 .rubocop.yml
active_uxid-1.0.2 .rubocop.yml
active_uxid-1.0.1 .rubocop.yml
active_uxid-1.0.0 .rubocop.yml