Sha256: 8072c6538b01753618831b42a4121794ae90a44ae4afe1f0ab8d8d59113be4a9
Contents?: true
Size: 847 Bytes
Versions: 2
Compression:
Stored size: 847 Bytes
Contents
require: rubocop-rspec AllCops: TargetRubyVersion: 2.3 Exclude: - 'vendor/**/*' - 'Rakefile' - 'scripts/**/*' - 'bin/*' - 'example/**/*' - 'gemfiles/*' - 'Appraisals' - 'tmp/**/*' Style/GuardClause: Enabled: no Style/Documentation: Enabled: no Style/HashSyntax: Enabled: no Style/IfUnlessModifier: Enabled: no RSpec/NestedGroups: Max: 4 RSpec/ExampleLength: Enabled: no RSpec/MultipleExpectations: Enabled: no RSpec/EmptyExampleGroup: Enabled: no RSpec/DescribeClass: Enabled: no Metrics/BlockLength: Enabled: no Metrics/MethodLength: Enabled: no Metrics/AbcSize: Enabled: no Metrics/ClassLength: Enabled: no Metrics/ParameterLists: Enabled: no Lint/UnusedMethodArgument: Enabled: no Style/FrozenStringLiteralComment: Enabled: no Metrics/LineLength: Max: 120
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
action_mailer_kafka-1.0.0 | .rubocop.yml |
action_mailer_kafka-0.1.0 | .rubocop.yml |