Sha256: 85942224d2895d715167ce522bd47fe821464b8a237f775a74ad1f9620ddf1b2
Contents?: true
Size: 1.09 KB
Versions: 9
Compression:
Stored size: 1.09 KB
Contents
inherit_from: .rubocop_todo.yml inherit_gem: gitlab-styles: - rubocop-default.yml AllCops: TargetRubyVersion: 2.7 Style/HashSyntax: EnforcedStyle: no_mixed_keys Style/SymbolLiteral: Enabled: No Style/TrailingCommaInArguments: Enabled: No # Delegated to rufo Style/TrailingCommaInHashLiteral: Enabled: No # Delegated to rufo Style/FrozenStringLiteralComment: EnforcedStyle: always Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/Lambda: Enabled: false Layout/LineLength: Enabled: false Layout/SpaceInLambdaLiteral: Enabled: No Layout/SpaceInsideBlockBraces: Enabled: No Layout/FirstParameterIndentation: Enabled: No RSpec/ExampleWording: Enabled: false CustomTransform: be: is have: has not: does not IgnoredWords: [] Lint/HashCompareByIdentity: # (new in 0.93) Enabled: true Lint/RedundantSafeNavigation: # (new in 0.93) Enabled: true Style/ClassEqualityComparison: # (new in 0.93) Enabled: true
Version data entries
9 entries across 9 versions & 1 rubygems