Sha256: 39009b72d2a3c825f5724a7c47d23221a484a02ac9a1a380ccc4bef2409fa1dc
Contents?: true
Size: 1.08 KB
Versions: 6
Compression:
Stored size: 1.08 KB
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 2.2.10 Lint/AmbiguousBlockAssociation: Enabled: false Lint/EndAlignment: EnforcedStyleAlignWith: variable Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/AlignHash: EnforcedLastArgumentHashStyle: always_ignore Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/CaseIndentation: EnforcedStyle: end Layout/IndentArray: EnforcedStyle: consistent Layout/IndentHash: EnforcedStyle: consistent Layout/IndentHeredoc: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space Metrics/BlockLength: Exclude: - '**/*_spec.rb' - '**/*_examples.rb' - '**/*.rake' Metrics/ModuleLength: Exclude: - '**/*_spec.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/AndOr: EnforcedStyle: conditionals Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
active_data-1.1.6 | .rubocop.yml |
active_data-1.1.5 | .rubocop.yml |
active_data-1.1.4 | .rubocop.yml |
active_data-1.1.3 | .rubocop.yml |
active_data-1.1.2 | .rubocop.yml |
active_data-1.1.1 | .rubocop.yml |