Sha256: 9b2e90f6cf42781b6ddac8cfed6b8c315060fbbbf2f6c19982e09ec3ec0afa29
Contents?: true
Size: 873 Bytes
Versions: 2
Compression:
Stored size: 873 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-performance AllCops: TargetRubyVersion: 2.5 DisplayCopNames: true Layout/AccessModifierIndentation: EnforcedStyle: outdent Lint/ReturnInVoidContext: Enabled: false Metrics/BlockLength: Exclude: - '**/*.gemspec' - 'spec/**/*' Style/AndOr: EnforcedStyle: conditionals Style/AsciiComments: Enabled: false Style/Documentation: Enabled: false Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: true EnforcedStyle: always Exclude: - 'lib/base32.rb' Style/RegexpLiteral: Enabled: false Style/RescueStandardError: EnforcedStyle: implicit Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
base32.rb-0.4.2 | .rubocop.yml |
base32.rb-0.4.1 | .rubocop.yml |