Sha256: 11fac8f6e62e7d4f4fb1e8e6adecf743162d0496be1f959c955e9c8857578f3f
Contents?: true
Size: 667 Bytes
Versions: 2
Compression:
Stored size: 667 Bytes
Contents
# This is the configuration used to check the rubocop source code. require: - rubocop-rspec - rubocop-performance AllCops: Exclude: - 'tmp/**/*' - 'examples/*' TargetRubyVersion: 2.3 Metrics/LineLength: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*' - 'fast.gemspec' Lint/InterpolationCheck: Exclude: - 'spec/**/*' Metrics/MethodLength: CountComments: false # count full line comments? Max: 12 Metrics/ModuleLength: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: 'indented' RSpec/NestedGroups: Max: 4 RSpec/ExampleLength: Max: 20 RSpec/MultipleExpectations: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ffast-0.1.2 | .rubocop.yml |
ffast-0.1.1 | .rubocop.yml |