Sha256: ffa9fdc238004928dc13bef1a4d97e86e089985d472d9c085788ddbe41eb3d80
Contents?: true
Size: 769 Bytes
Versions: 3
Compression:
Stored size: 769 Bytes
Contents
inherit_from: .rubocop_exclusions.yml # General configuration AllCops: DisabledByDefault: true Include: - 'lib/**/*.rb' - 'spec/**/*.rb' NewCops: enable SuggestExtensions: false TargetRubyVersion: 2.7.5 # Explicit configuration Bundler: Enabled: true Lint: Enabled: true Layout: Enabled: true Layout/BlockAlignment: EnforcedStyleAlignWith: start_of_block Layout/HashAlignment: AllowMultipleStyles: true EnforcedHashRocketStyle: table EnforcedColonStyle: table Layout/MultilineMethodCallIndentation: Enabled: true EnforcedStyle: indented_relative_to_receiver Security: Enabled: true Style/CollectionMethods: Enabled: true PreferredMethods: inject: "inject" collect: "map" Style/Documentation: Enabled: false
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
afterbanks-api-ruby-0.4.2 | .rubocop.yml |
afterbanks-api-ruby-0.4.1 | .rubocop.yml |
afterbanks-api-ruby-0.4.0 | .rubocop.yml |