Sha256: 8de12761ec9f57878f00edf83292d0f8616d20a6770e50b53fb23a2ff95eeb89
Contents?: true
Size: 1.08 KB
Versions: 16
Compression:
Stored size: 1.08 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true Exclude: - 'spec/support/protos/*.pb.rb' 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/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/TrivialAccessors: AllowDSLWriters: true AllowPredicates: true
Version data entries
16 entries across 16 versions & 1 rubygems