Sha256: 9b01cbee6806c33d0de25e206bda01162d50b39041cdc34011b7f2e1b568ebe0
Contents?: true
Size: 717 Bytes
Versions: 1
Compression:
Stored size: 717 Bytes
Contents
require: - rubocop-rspec - rubocop-performance - rubocop-thread_safety AllCops: NewCops: enable Layout/LineLength: Max: 100 RSpec/MultipleMemoizedHelpers: Max: 18 Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Style/RescueModifier: Exclude: - 'spec/**/*_spec.rb' Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - '*.gemspec' RSpec/FilePath: CustomTransform: OpenTracing: opentracing
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opentracing-instrumentation-0.2.0 | .rubocop.yml |