Sha256: 0a3806567c45e192b128197f9f402c78da76159de5cff318981e78c155ed1e03
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
require: rubocop-rspec inherit_from: - .rubocop_todo.yml - .rubocop_rspec.yml AllCops: DisplayCopNames: true # Display the name of the failing cops TargetRubyVersion: 2.3 Exclude: - 'gemfiles/vendor/**/*' - 'vendor/**/*' - '**/.irbrc' Gemspec/RequiredRubyVersion: Enabled: false Metrics/BlockLength: Enabled: false Metrics/BlockNesting: Max: 2 Metrics/LineLength: Enabled: false Metrics/MethodLength: Max: 15 Metrics/ParameterLists: Max: 4 Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/DotPosition: EnforcedStyle: trailing Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Lint/UnusedBlockArgument: Exclude: - 'spec/**/*.rb' - 'gemfiles/vendor/**/*' - 'vendor/**/*' - '**/.irbrc' Style/ClassVars: Enabled: false Style/CollectionMethods: PreferredMethods: map: 'collect' reduce: 'inject' find: 'detect' find_all: 'select' Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded Style/Encoding: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sanitize_email-2.0.3 | .rubocop.yml |
sanitize_email-2.0.2 | .rubocop.yml |
sanitize_email-2.0.1 | .rubocop.yml |