Sha256: f51f4d25c4c582d2bbf0121821ae1aa04f195a80613ca03e443a52516ee80f2f
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5.3 NewCops: enable Layout/LineLength: Max: 120 Style/AsciiComments: Enabled: false Naming/FileName: Exclude: - lib/slack-ruby-block-kit.rb Metrics/ParameterLists: Max: 8 Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' - '**/*.gemspec' Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/SlicingWithRange: Enabled: true Lint/MixedRegexpCaptureTypes: Enabled: true Style/RedundantFetchBlock: Enabled: true Style/RedundantRegexpCharacterClass: Enabled: true Style/RedundantRegexpEscape: Enabled: true RSpec/MultipleMemoizedHelpers: Max: 10 RSpec/NestedGroups: Max: 4
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-block-kit-0.12.0 | .rubocop.yml |