Sha256: 24857ffd7bd21d1b7d45faa84b31988e65561b4cf7b14629176925905e7f2887
Contents?: true
Size: 925 Bytes
Versions: 6
Compression:
Stored size: 925 Bytes
Contents
inherit_gem: flipp_ruby_style: rubocop.yml AllCops: Exclude: - 'lib/flipp_ruby_kafka/monkey_patches/*.rb' RSpec/ExpectActual: Enabled: false RSpec/BeforeAfterAll: Enabled: false Rails/ApplicationRecord: Enabled: false Rails/TimeZone: Enabled: false Style/DateTime: Enabled: false RSpec/ContextWording: Enabled: false RSpec/MessageSpies: Enabled: false RSpec/EmptyExampleGroup: Exclude: - "spec/spec_helper.rb" Lint/UnusedMethodArgument: Exclude: - 'lib/flipp_ruby_kafka/publish_backend.rb' Security/YAMLLoad: Exclude: - 'lib/flipp_ruby_kafka.rb' Lint/UnusedBlockArgument: Exclude: - 'lib/flipp_ruby_kafka/test_helpers.rb' Metrics/ParameterLists: Exclude: - 'lib/flipp_ruby_kafka/test_helpers.rb' Security/Eval: Exclude: - 'spec/spec_helper.rb' Lint/RescueException: Exclude: - 'spec/spec_helper.rb' - 'lib/flipp_ruby_kafka/utils/executor.rb'
Version data entries
6 entries across 6 versions & 1 rubygems