Sha256: 75b9b631faa119a324af93ab289e6b216af339fa3266ed50afbb1ad2b2c42658
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 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' - 'lib/granite/form.rb' Style/Alias: EnforcedStyle: prefer_alias_method Style/AndOr: EnforcedStyle: conditionals Style/DoubleNegation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
granite-form-0.2.0 | .rubocop.yml |
granite-form-0.1.1 | .rubocop.yml |
granite-form-0.1.0 | .rubocop.yml |