Sha256: 4b94361693932bb9c74557bd8b25ac98a5d5731d180c6af62c7feaee9be0a72a

Contents?: true

Size: 940 Bytes

Versions: 7

Compression:

Stored size: 940 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  Exclude:
    - bin/**/*
    - vendor/**/*

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/RedundantSelf:
  Enabled: false

Layout/IndentationWidth:
  Enabled: false

# Alignment so that changing var / method does not change all lines in diff
Layout/ParameterAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

Layout/EndAlignment:
  EnforcedStyleAlignWith: variable
  AutoCorrect: true

Layout/CaseIndentation:
  EnforcedStyle: end
  IndentOneStep: true

# Ignore for rspec
Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context']

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
augury-1.1.2 .rubocop.yml
augury-1.1.1 .rubocop.yml
augury-1.1.0 .rubocop.yml
augury-1.0.3 .rubocop.yml
augury-1.0.2 .rubocop.yml
augury-1.0.1 .rubocop.yml
augury-1.0.0 .rubocop.yml