Sha256: 828e955a3919863705cddea318be31f8252c648e4b494941bf50ffc61a411296
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5.3 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-block-kit-0.11.0 | .rubocop.yml |
slack-ruby-block-kit-0.10.0 | .rubocop.yml |