Sha256: 6cb4c22d748cfeede53660bc4a4047d755c095c282b91cf91aa0e24e5997b956
Contents?: true
Size: 759 Bytes
Versions: 1
Compression:
Stored size: 759 Bytes
Contents
require: - rubocop-rake - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 3.1 NewCops: enable Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 Style/Documentation: Enabled: false RSpec/NamedSubject: Enabled: false Metrics/BlockLength: Exclude: - spec/**/*_spec.rb RSpec/MultipleExpectations: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/NestedGroups: Max: 5 Naming/MethodParameterName: AllowedNames: - e - n - id Style/ClassAndModuleChildren: EnforcedStyle: compact Metrics/MethodLength: Max: 15 Lint/UnusedBlockArgument: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
async-tools-0.1.0 | .rubocop.yml |