Sha256: db76f2a02ab974e2fb48d3b499bbd51597b5a196160c59b6ce79bb978c391ea0
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
require: - rubocop-rake - 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.1 | .rubocop.yml |