Sha256: ecef27b1ae36daa3e9959a0b5d2ea338ca95e332ba7ae754b2befdec51506d18
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.7 NewCops: enable DisplayCopNames: true DisplayStyleGuide: true Gemspec/RequiredRubyVersion: Enabled: false Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/**/**/*' Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/LineLength: Max: 100 Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: Exclude: - 'spec/**/**/*' - '*.gemspec' Naming/FileName: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/FilePath: Exclude: - 'spec/grape-throttler/version_spec.rb' RSpec/MultipleExpectations: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-throttler-1.1.1 | .rubocop.yml |