Sha256: b2050de5ed21d814ac6e12d648a8d1aa269b6b8647f9d9bd5795a84154f483c6

Contents?: true

Size: 758 Bytes

Versions: 3

Compression:

Stored size: 758 Bytes

Contents

inherit_from: .rubocop_todo.yml

Lint/EndAlignment:
  AlignWith: variable

Lint/Loop:
  Enabled: false

Style/CaseIndentation:
  IndentWhenRelativeTo: end

Style/ClassAndModuleChildren:
  Exclude:
    - '**/*.pb.rb'

Style/EmptyLineBetweenDefs:
  AllowAdjacentOneLineDefs: true

Style/EmptyLines:
  Exclude:
    - '**/*.pb.rb'

Style/FileName:
  Exclude:
    - '**/protoc-gen-ruby*'

Style/GuardClause:
  MinBodyLength: 4

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/IndentHash:
  EnforcedStyle: consistent

Style/Semicolon:
  AllowAsExpressionSeparator: true

Style/TrailingBlankLines:
  Exclude:
    - '**/*.pb.rb'

Style/TrailingComma:
  EnforcedStyleForMultiline: comma

Style/TrivialAccessors:
  AllowDSLWriters: true
  AllowPredicates: true

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
protobuf-3.4.2 .rubocop.yml
protobuf-3.4.1 .rubocop.yml
protobuf-3.4.0 .rubocop.yml