Sha256: 48f01d2b09633ec6a6aed4203a40b32e0a9bc6d719b21d4298ed7730ab6d3542
Contents?: true
Size: 1.29 KB
Versions: 4
Compression:
Stored size: 1.29 KB
Contents
AllCops: TargetRubyVersion: 2.5 Include: - '**/*.gemspec' - '**/*.podspec' - '**/*.jbuilder' - '**/*.rake' - '**/*.opal' - '**/config.ru' - '**/Gemfile' - '**/Rakefile' - '**/Capfile' - '**/Guardfile' - '**/Podfile' - '**/Thorfile' - '**/Vagrantfile' - '**/Berksfile' - '**/Cheffile' - '**/Vagabondfile' Style/Documentation: Enabled: false Style/StringLiterals: EnforcedStyle: double_quotes Layout/SpaceInsideBlockBraces: EnforcedStyle: space EnforcedStyleForEmptyBraces: space SpaceBeforeBlockParameters: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space EnforcedStyleForEmptyBraces: no_space Layout/FirstArrayElementLineBreak: Enabled: true Layout/FirstHashElementLineBreak: Enabled: true Style/SymbolArray: Enabled: true Style/PercentLiteralDelimiters: PreferredDelimiters: '%': '[]' '%i': '[]' '%q': '[]' '%Q': '[]' '%r': '{}' '%s': '[]' '%w': '[]' '%W': '[]' '%x': '[]' Metrics/LineLength: Enabled: false Style/EmptyMethod: EnforcedStyle: expanded Style/FrozenStringLiteralComment: Enabled: false Style/AccessModifierDeclarations: EnforcedStyle: inline Style/Alias: EnforcedStyle: prefer_alias_method Style/TrailingUnderscoreVariable: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
attr_keyring-0.5.2 | .rubocop.yml |
attr_keyring-0.5.1 | .rubocop.yml |
attr_keyring-0.5.0 | .rubocop.yml |
attr_keyring-0.4.0 | .rubocop.yml |