Sha256: 1fa0c0113b4c8f153a3052ee53cce7cfb98fd0f74acf1d8a3302ed2a1c5c260b
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - '*.gemspec' - 'vendor/bundle/**/*' 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 Metrics/BlockLength: Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Enabled: false Naming/MethodParameterName: Enabled: false Style/Alias: EnforcedStyle: prefer_alias_method Style/ArgumentsForwarding: Enabled: false Style/EmptyCaseCondition: Enabled: false Style/NumericPredicate: Enabled: false Style/SafeNavigation: Enabled: false Style/SlicingWithRange: 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-3.4.0 | .rubocop.yml |