Sha256: bf8e66565e7e3bd9f4259826800c33a84ff8c933cf1f4ae9b561dd5daf2d550c
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 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' Security/JSONLoad: Exclude: - 'spec/**/*'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-monads-0.2.1 | .rubocop.yml |