Sha256: f87c9b7f96abf11fb4bd9ee8ee50ca004ee902f8d307f25919bdfae5c9693012
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.6 DisplayCopNames: true DisplayStyleGuide: true Layout/EmptyLinesAroundBlockBody: Exclude: - 'spec/**/**/*' Layout/EmptyLinesAroundAttributeAccessor: Enabled: true Layout/EmptyLinesAroundClassBody: EnforcedStyle: empty_lines_except_namespace Layout/EmptyLinesAroundModuleBody: EnforcedStyle: empty_lines_except_namespace Layout/LineLength: Max: 100 Layout/SpaceAroundMethodCallOperator: Enabled: true Lint/DeprecatedOpenSSLConstant: Enabled: true Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: Exclude: - 'spec/**/**/*' - '*.gemspec' Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false RSpec/DescribeClass: Exclude: - 'spec/lite/ruby/boolean_spec.rb' RSpec/ExampleLength: Enabled: false RSpec/MultipleExpectations: Enabled: false Style/Documentation: Enabled: false Style/ExpandPathArguments: Enabled: false Style/ExponentialNotation: Enabled: true Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: false Style/PerlBackrefs: Enabled: false Style/SlicingWithRange: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lite-ruby-1.0.26 | .rubocop.yml |