Sha256: 92eafd824bcdee5ba24529a4e9e6a9cf379f5538b67fb3191653e9cd594b08ac

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

AllCops:
  NewCops: "enable"

Layout/ArgumentAlignment:
  EnforcedStyle: "with_fixed_indentation"
Layout/HashAlignment:
  EnforcedHashRocketStyle: "table"
Layout/EndAlignment:
  EnforcedStyleAlignWith: "variable"
Layout/LineLength:
  Max: 100

Lint/EmptyClass:
  Enabled: false

Metrics/AbcSize:
  Enabled: false
Metrics/BlockLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Metrics/MethodLength:
  Enabled: false
Metrics/ParameterLists:
  Max: 6

Naming/MethodParameterName:
  Enabled: false
Naming/VariableNumber:
  EnforcedStyle: "snake_case"

Style/Documentation:
  Enabled: false
Style/DoubleNegation:
  Enabled: false
Style/EachWithObject:
  Enabled: false
Style/GuardClause:
  Enabled: false
Style/SpecialGlobalVars:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: "double_quotes"
Style/StringLiteralsInInterpolation:
  EnforcedStyle: "double_quotes"
Style/TrailingCommaInArguments:
  Enabled: false
Style/TrailingCommaInArrayLiteral:
  Enabled: false
Style/TrailingCommaInHashLiteral:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rita-5.0.0.alpha.4 .rubocop.yml
rita-5.0.0.alpha.3 .rubocop.yml
rita-5.0.0.alpha.2 .rubocop.yml
rita-5.0.0.alpha.1 .rubocop.yml