Sha256: cee736d72349c87673c41c42e8504ac5fc891a973cdf7900d3a2151e5284a00d
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 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' NamePrefixBlacklist: - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
niftany-0.5.1 | rubocop/naming.yml |
niftany-0.5.0 | rubocop/naming.yml |