Sha256: b7d964bf023a15bb048a528857f0003c4627f698e80be9f607506ec58a52417d
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - '*.gemspec' NewCops: enable Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/CaseIndentation: EnforcedStyle: end Layout/EndAlignment: EnforcedStyleAlignWith: variable Layout/LineLength: Max: 120 Layout/SpaceBeforeBlockBraces: EnforcedStyle: no_space EnforcedStyleForEmptyBraces: no_space Lint/PercentStringArray: # broken in rubocop 0.55.0 Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Enabled: false Naming/MethodParameterName: Enabled: false Style/AccessorGrouping: Enabled: false Style/Alias: EnforcedStyle: prefer_alias_method Style/EmptyCaseCondition: Enabled: false Style/Encoding: Enabled: false Style/HashEachMethods: Enabled: true Style/HashSyntax: EnforcedStyle: hash_rockets Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: false Style/IfUnlessModifier: Enabled: false Style/ParallelAssignment: Enabled: false Style/SafeNavigation: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/UnpackFirst: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
image_size-2.1.0 | .rubocop.yml |