Sha256: d7f53841e02b340bef71da41e96e9bfb5ba23dca81ba569a5d5a159bec9c44a6
Contents?: true
Size: 1.47 KB
Versions: 11
Compression:
Stored size: 1.47 KB
Contents
AllCops: Exclude: - Makefile - vendor/**/* - bin/**/* Layout/EndOfLine: Enabled: false Style/DateTime: Enabled: false Style/Documentation: Enabled: false Lint/Debugger: Enabled: true Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always Style/TrailingCommaInHashLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: Enabled: true EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: Enabled: true EnforcedStyleForMultiline: comma Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true Layout/LineLength: Enabled: true Max: 280 IgnoreCopDirectives: true AllowedPatterns: ['\A#', '\A\s*sig { .* }\Z'] Exclude: - '**/*_pb.rb' Metrics/AbcSize: Enabled: true Max: 48 Metrics/CyclomaticComplexity: Max: 9 Metrics/MethodLength: Enabled: true Max: 32 Layout/ParameterAlignment: Enabled: true EnforcedStyle: with_fixed_indentation Naming/MethodParameterName: Enabled: true AllowedNames: ['io', 'id', 'to', 'by', 'on', 'in', 'at', '_'] # Defaults + _ Layout/MultilineMethodCallIndentation: Enabled: true EnforcedStyle: indented Style/ParallelAssignment: Enabled: true Metrics/ClassLength: Max: 240 Metrics/BlockLength: Max: 30 Exclude: - spec/**/*.rb - '**/*_pb.rb' Metrics/ParameterLists: Max: 6 Lint/AmbiguousBlockAssociation: Exclude: - spec/**/*.rb Style/BlockDelimiters: Enabled: true Exclude: - spec/**/*
Version data entries
11 entries across 11 versions & 2 rubygems