Sha256: f7d1012e811c1cd6cdd4ef4a38592aa0b705e561599e643728d4372ced09aca1
Contents?: true
Size: 1.21 KB
Versions: 6
Compression:
Stored size: 1.21 KB
Contents
require: - rubocop-rake - rubocop-rspec 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 Style/Documentation: Enabled: false Metrics/ClassLength: Max: 200 Metrics/CyclomaticComplexity: Max: 8 RSpec/ExampleLength: Max: 6
Version data entries
6 entries across 6 versions & 1 rubygems