Sha256: 59a30f7df97ab73b16b5be778fe4ef019a1f3dcb7ef31a0731b82e260c09a059

Contents?: true

Size: 1.52 KB

Versions: 2

Compression:

Stored size: 1.52 KB

Contents

Naming/AccessorMethodName:
  Enabled: false

Naming/AsciiIdentifiers:
  Enabled: true
  AsciiConstants: true

Naming/BinaryOperatorParameterName:
  Enabled: false
  AutoCorrect: true

Naming/ClassAndModuleCamelCase:
  Enabled: true
  AllowedNames: []

Naming/ConstantName:
  Enabled: true

Naming/FileName:
  Enabled: true
  ExpectMatchingDefinition: false
  IgnoreExecutableScripts: true
  CheckDefinitionPathHierarchy: false

Naming/HeredocDelimiterCase:
  Enabled: true
  EnforcedStyle: uppercase
  AutoCorrect: true

Naming/HeredocDelimiterNaming:
  Enabled: false

Naming/InclusiveLanguage:
  Enabled: false

Naming/MemoizedInstanceVariableName:
  Enabled: false

Naming/MethodName:
  Enabled: true
  EnforcedStyle: snake_case

Naming/PredicateName:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  Enabled: true
  PreferredName: error

Naming/BlockForwarding:
  Enabled: true
  EnforcedStyle: explicit
  BlockForwardingName: block

Naming/BlockParameterName:
  Enabled: true
  MinNameLength: 1
  AllowNamesEndingInNumbers: true
  AllowedNames: []
  ForbiddenNames: []

Naming/MethodParameterName:
  Enabled: true
  MinNameLength: 1
  AllowNamesEndingInNumbers: true
  AllowedNames:
    - 'io'
    - 'id'
    - 'to'
    - 'by'
    - 'on'
    - 'in'
    - 'at'
    - 'ip'
    - 'db'
    - 'os'
  ForbiddenNames: []

Naming/VariableName:
  Enabled: true
  EnforcedStyle: snake_case
  AllowedIdentifiers: []

Naming/VariableNumber:
  Enabled: true
  EnforcedStyle: normalcase
  CheckMethodNames: true
  CheckSymbols: true
  AllowedIdentifiers: []

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
armitage-rubocop-1.30.1.1 lib/common/naming.yml
armitage-rubocop-1.30.1 lib/common/naming.yml