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