Sha256: 572a8f87a971dafc3a47348ed78bdc883606f32e32d1f7c6126f785f3ca28662
Contents?: true
Size: 725 Bytes
Versions: 2
Compression:
Stored size: 725 Bytes
Contents
inherit_from: .rubocop_todo.yml Layout/DotPosition: EnforcedStyle: trailing Layout/EmptyLineAfterMagicComment: Enabled: false Layout/EmptyLines: Enabled: false Layout/LineLength: AllowedPatterns: - 'VCR\.use_cassette' - '(\A|\s)/.*?/' Metrics/BlockLength: AllowedMethods: ['describe', 'context', 'before', 'it'] Metrics/MethodLength: Max: 30 Metrics/ModuleLength: Max: 200 Metrics/ParameterLists: Max: 6 Naming/ConstantName: Exclude: - 'lib/workos/user_management.rb' - 'lib/workos/types/*.rb' Style/TrailingCommaInArguments: EnforcedStyleForMultiline: 'consistent_comma' Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: 'consistent_comma' AllCops: TargetRubyVersion: 3.1
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workos-5.13.0 | .rubocop.yml |
workos-5.12.0 | .rubocop.yml |