Sha256: e42416c4ba572890ebb5ce833473fe7293e98c0d2d00dd0b4766ce75b6707870
Contents?: true
Size: 1.46 KB
Versions: 4
Compression:
Stored size: 1.46 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/FirstHashElementIndentation: EnforcedStyle: consistent 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/FileRead: Enabled: false Style/HashEachMethods: Enabled: true Style/HashSyntax: EnforcedStyle: hash_rockets Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: false Style/IfUnlessModifier: Enabled: false Style/NumericPredicate: Enabled: false Style/ParallelAssignment: 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
image_size-3.3.0 | .rubocop.yml |
image_size-3.2.0 | .rubocop.yml |
image_size-3.1.0 | .rubocop.yml |
image_size-3.0.2 | .rubocop.yml |