Sha256: 955c5d62a6e960b75a155a20bf97d29f8dc49cce3ad6b451be2d544de22510c8
Contents?: true
Size: 738 Bytes
Versions: 2
Compression:
Stored size: 738 Bytes
Contents
inherit_gem: syntax_tree: config/rubocop.yml AllCops: DisplayCopNames: true DisplayStyleGuide: true NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.7 Exclude: - '{tmp,vendor,yard}/**/*' Gemspec/DevelopmentDependencies: Enabled: false Gemspec/RequiredRubyVersion: Enabled: false Metrics/BlockLength: Enabled: false Metrics/MethodLength: Enabled: false Layout/LineLength: Max: 80 Lint/AmbiguousBlockAssociation: Enabled: false Naming/RescuedExceptionsVariableName: Enabled: false Style/Documentation: Enabled: false Style/FormatString: EnforcedStyle: percent Style/FormatStringToken: Enabled: false Style/PerlBackrefs: Enabled: false Style/SlicingWithRange: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
minitest-keyword-2.0.0 | .rubocop.yml |
minitest-keyword-1.0.2 | .rubocop.yml |