Sha256: 420256cf6bf6466b88bc0649da27bd063e0755dccc1b86c8162e5bc4e7aa9f9e
Contents?: true
Size: 626 Bytes
Versions: 9
Compression:
Stored size: 626 Bytes
Contents
# Generated by `rubocop --auto-gen-config` inherit_from: .rubocop_todo.yml # No need to handle LoadError in spec helper Lint/HandleExceptions: Exclude: - spec/spec_helper.rb Style/FileName: Exclude: - 'lib/dry-component.rb' # Documentation checked by Inch CI Style/Documentation: Enabled: false # Ain't nobody got time for that! Style/MethodCallParentheses: Enabled: false Style/Lambda: Enabled: false Style/BlockDelimiters: Enabled: false Style/LambdaCall: EnforcedStyle: braces Style/MultilineBlockChain: Enabled: false Style/StabbyLambdaParentheses: EnforcedStyle: require_no_parentheses
Version data entries
9 entries across 9 versions & 2 rubygems