Sha256: 457d22510745424bb5042f86591a9cc172731b863bcc49b00f9a2a474a32b4f4
Contents?: true
Size: 735 Bytes
Versions: 2
Compression:
Stored size: 735 Bytes
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.6 DisplayCopNames: true DisplayStyleGuide: true LineLength: Max: 100 Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/**/**/*' Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Metrics/BlockLength: Exclude: - 'spec/**/**/*' - '*.gemspec' Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false Style/PerlBackrefs: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lite-ruby-1.0.3 | .rubocop.yml |
lite-ruby-1.0.2 | .rubocop.yml |