Sha256: 9468e9934089a34209853ddbb76921afc5a8bfcc2544a0f0eaae5bfbfc35fa9c

Contents?: true

Size: 1.36 KB

Versions: 5

Compression:

Stored size: 1.36 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/MemoizedInstanceVariableName:
  Enabled: false

Naming/MethodName:
  Enabled: true
  EnforcedStyle: snake_case

Naming/PredicateName:
  Enabled: false

Naming/RescuedExceptionsVariableName:
  Enabled: true
  PreferredName: error

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
armitage-rubocop-1.7.0.1 lib/common/naming.yml
armitage-rubocop-1.7.0 lib/common/naming.yml
armitage-rubocop-1.6.1 lib/common/naming.yml
armitage-rubocop-1.3.1.1 lib/common/naming.yml
armitage-rubocop-1.3.1 lib/common/naming.yml