Sha256: 539e149d83f224217674988407871e569d393ccba1a5dc3293440282ff029868
Contents?: true
Size: 971 Bytes
Versions: 3
Compression:
Stored size: 971 Bytes
Contents
inherit_from: .hound-rubocop.yml AllCops: TargetRubyVersion: 2.2 Exclude: - bin/* Style/AndOr: Description: Use &&/|| instead of and/or. StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-and-or-or Enabled: true EnforcedStyle: conditionals SupportedStyles: - always - conditionals Style/ClassAndModuleChildren: Enabled: true EnforcedStyle: nested SupportedStyles: - compact - nested Style/DotPosition: Description: Checks the position of the dot in multi-line method calls. StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains Enabled: true EnforcedStyle: leading SupportedStyles: - leading - trailing Style/StringLiterals: Description: Checks if uses of quotes match the configured preference. StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-string-literals Enabled: true EnforcedStyle: single_quotes SupportedStyles: - single_quotes - double_quotes
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gman_client-0.3.1 | .rubocop.yml |
gman_client-0.3.0 | .rubocop.yml |
gman_client-0.2.1 | .rubocop.yml |