Sha256: b9ab25d3c19647df1580dcdc6d4096699b6eda7af3c86dc06b7e2541256b9b9e
Contents?: true
Size: 979 Bytes
Versions: 2
Compression:
Stored size: 979 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true Lint/EndAlignment: AlignWith: keyword Lint/Loop: Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/CaseIndentation: IndentWhenRelativeTo: end Style/ClassAndModuleChildren: Exclude: - '**/*.pb.rb' Style/ClassAndModuleCamelCase: 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/SingleLineBlockParams: Enabled: false Style/TrailingBlankLines: Exclude: - '**/*.pb.rb' Style/TrailingComma: EnforcedStyleForMultiline: comma Style/TrivialAccessors: AllowDSLWriters: true AllowPredicates: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
protobuf-3.7.0.pre2 | .rubocop.yml |
protobuf-3.7.0.pre1 | .rubocop.yml |