Sha256: 83f52c2869f7aaa234b968c03deb1e9311ad0b46d4dd6ce13224cf5268876c8d

Contents?: true

Size: 999 Bytes

Versions: 13

Compression:

Stored size: 999 Bytes

Contents

---
Naming/AccessorMethodName:
  Description: Check the naming of accessor methods for get_/set_.
  Enabled: true

Naming/AsciiIdentifiers:
  Description: 'Use only ascii symbols in identifiers.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#english-identifiers'
  Enabled: false

Naming/FileName:
  Description: 'Use snake_case for source file names.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#snake-case-files'
  Enabled: false

Naming/BinaryOperatorParameterName:
  Description: 'When defining binary operators, name the argument other.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#other-arg'
  Enabled: false

Naming/PredicateName:
  Description: 'Check the names of predicate methods.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark'
  ForbiddenPrefixes:
    - is_

Naming/VariableName:
  Description: 'Makes sure that all variables use the configured style, snake_case or camelCase, for their names.'
  Enabled: true

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
psu_identity-0.6.1 .niftany/naming.yml
psu_identity-0.6.0 .niftany/naming.yml
psu_identity-0.5.1 .niftany/naming.yml
psu_identity-0.5.0 .niftany/naming.yml
niftany-0.10.1 rubocop/naming.yml
niftany-0.10.0 rubocop/naming.yml
psu_identity-0.4.0 .niftany/naming.yml
psu_identity-0.3.0 .niftany/naming.yml
psu_identity-0.2.0 .niftany/naming.yml
niftany-0.9.0 rubocop/naming.yml
niftany-0.8.0 rubocop/naming.yml
niftany-0.7.0 rubocop/naming.yml
niftany-0.6.0 rubocop/naming.yml