Sha256: 3665977ff203f2035804816c4902b94eae50777180104bf0f70219a774c3ee23
Contents?: true
Size: 1.6 KB
Versions: 6
Compression:
Stored size: 1.6 KB
Contents
require: - rubocop-performance - rubocop-rspec AllCops: TargetRubyVersion: 2.5 Exclude: - bin/**/* Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/DotPosition: EnforcedStyle: trailing Layout/EndAlignment: AutoCorrect: true EnforcedStyleAlignWith: variable Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Lint/AmbiguousBlockAssociation: Exclude: - spec/**/* Lint/RaiseException: Enabled: true Lint/StructNewOverride: Enabled: true Metrics/BlockLength: Exclude: - dear_inventory.gemspec - spec/**/* Metrics/ClassLength: Max: 150 Exclude: - lib/dear_inventory/models/**/* RSpec/BeforeAfterAll: Enabled: false RSpec/ExampleLength: Max: 10 RSpec/MultipleExpectations: Enabled: false RSpec/NestedGroups: Max: 4 RSpec/FilePath: Enabled: false Security/Eval: Enabled: false Style/Documentation: Enabled: false Style/GuardClause: Enabled: false Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/LambdaCall: Enabled: false Style/NegatedIf: Enabled: false Style/RaiseArgs: Enabled: false Style/Send: Enabled: true Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: consistent_comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: consistent_comma
Version data entries
6 entries across 6 versions & 1 rubygems