Sha256: ac7309513c3f3b513df7800b4d6ff2e5ba6529338e1a3ba0e7e285a9b0f7a00f
Contents?: true
Size: 879 Bytes
Versions: 4
Compression:
Stored size: 879 Bytes
Contents
# For all options see https://github.com/bbatsov/rubocop/tree/master/config AllCops: DisplayCopNames: true Include: - Rakefile - lib/tasks/*.rake Exclude: - vendor/**/* - .*/** - spec/fixtures/**/* TargetRubyVersion: 2.2.0 Style/StringLiterals: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/Documentation: Enabled: false Style/SignalException: EnforcedStyle: only_raise Naming/FileName: Exclude: - Gemfile Metrics/MethodLength: CountComments: false Max: 25 Metrics/BlockLength: Exclude: - spec/**/* Metrics/AbcSize: Max: 25 # Don't require utf-8 encoding comment Style/Encoding: Enabled: false Metrics/LineLength: Max: 90 Metrics/ClassLength: Enabled: false Layout/DotPosition: EnforcedStyle: trailing # Allow class and message or instance raises Style/RaiseArgs: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
onfido-0.12.0 | .rubocop.yml |
onfido-0.11.0 | .rubocop.yml |
onfido-0.10.0 | .rubocop.yml |
onfido-0.9.0 | .rubocop.yml |