# 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