Sha256: 9c201365f0253da9dbf506367f688db7688d382a5a4b6ee849cf72887c2718f3
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
require: - rubocop-performance - rubocop-rake - rubocop-rspec AllCops: TargetRubyVersion: 3.0 NewCops: enable DisplayCopNames: true DisplayStyleGuide: true Gemspec/RequireMFA: Enabled: false 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/MemoizedInstanceVariableName: Enabled: false RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/ArgumentsForwarding: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lite-command-1.5.0 | .rubocop.yml |