Sha256: 17dd06b1fb847125b5edd495388ff053bcf839b81f4a270ef59236deaa646bb5

Contents?: true

Size: 1.58 KB

Versions: 8

Compression:

Stored size: 1.58 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'
    - 'as'
    - 'if'
    - 'cc'
    - 'of'
    - 'pp'
  ForbiddenNames: []

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
armitage-rubocop-1.68.0.2 lib/common/naming.yml
armitage-rubocop-1.68.0.1 lib/common/naming.yml
armitage-rubocop-1.68.0 lib/common/naming.yml
armitage-rubocop-1.59.0 lib/common/naming.yml
armitage-rubocop-1.58.0 lib/common/naming.yml
armitage-rubocop-1.51.0.6 lib/common/naming.yml
armitage-rubocop-1.51.0.5 lib/common/naming.yml
armitage-rubocop-1.51.0.4 lib/common/naming.yml