Sha256: 0c159e8a62a79c5a2ffacce3fc5f9a8320d20ea8c7be9ee62c71addb9e9731e2
Contents?: true
Size: 893 Bytes
Versions: 3
Compression:
Stored size: 893 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'spec/integration/either_spec.rb' - 'vendor/**/*' Style/Documentation: Enabled: false Style/StringLiterals: Enabled: false Style/MethodName: Enabled: false Style/LambdaCall: Enabled: false Style/StabbyLambdaParentheses: Enabled: false Style/NestedParenthesizedCalls: Enabled: false Style/MultilineBlockChain: Enabled: false Style/GuardClause: Enabled: false Style/SymbolProc: Exclude: # This rule is broken in specs on purpose to make examples clearer - 'spec/**/*' Style/SignalException: Exclude: - 'spec/**/*' Style/ModuleFunction: Enabled: false Style/RescueModifier: Enabled: false Metrics/LineLength: Max: 110 Style/FileName: Exclude: - 'lib/dry-monads.rb' Lint/Debugger: Exclude: - 'bin/console' Lint/HandleExceptions: Exclude: - 'spec/spec_helper.rb'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-monads-0.2.0 | .rubocop.yml |
dry-monads-0.1.1 | .rubocop.yml |
dry-monads-0.1.0 | .rubocop.yml |