Sha256: 3545b7bd269d344621015a4b7e33b3e0004b9710684178ba28d94239efe790f6
Contents?: true
Size: 728 Bytes
Versions: 2
Compression:
Stored size: 728 Bytes
Contents
require: rubocop-rake AllCops: TargetRubyVersion: 2.5 Exclude: - 'bin/**/*' - 'vendor/**/*' NewCops: enable Layout/EmptyLineAfterGuardClause: Enabled: false Layout/FirstHashElementIndentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/LineLength: Max: 128 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/AbcSize: Exclude: - 'lib/mrkt/concerns/connection.rb' Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/MethodLength: Max: 20 Metrics/ParameterLists: Max: 6 Naming/AccessorMethodName: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mrkt-1.2.0 | .rubocop.yml |
mrkt-1.1.1 | .rubocop.yml |