Sha256: 34a538cfcf6e513014bba734fccf02305620ae68a247ae28406a9dc95f3268ee

Contents?: true

Size: 1.28 KB

Versions: 13

Compression:

Stored size: 1.28 KB

Contents

AllCops:
  TargetRubyVersion: 3.1
  DisplayCopNames: true
  SuggestExtensions: false
  Exclude:
    - bin/**
    - vendor/bundle/**/*

# Per team developer playbook
RSpec/MultipleMemoizedHelpers:
  Enabled: false

RSpec/BeEq: # new in 2.9.0
  Enabled: true
RSpec/BeNil: # new in 2.9.0
  Enabled: true
RSpec/ChangeByZero: # new in 2.11
  Enabled: true
RSpec/ClassCheck: # new in 2.13
  Enabled: true
RSpec/ExcessiveDocstringSpacing: # new in 2.5
  Enabled: true
RSpec/IdenticalEqualityAssertion: # new in 2.4
  Enabled: true
RSpec/NoExpectationExample: # new in 2.13
  Enabled: true
RSpec/SortMetadata: # new in 2.14
  Enabled: true
RSpec/SubjectDeclaration: # new in 2.5
  Enabled: true
RSpec/VerifiedDoubleReference: # new in 2.10.0
  Enabled: true
RSpec/Capybara/NegationMatcher: # new in 2.14
  Enabled: true
RSpec/Capybara/SpecificActions: # new in 2.14
  Enabled: true
RSpec/Capybara/SpecificFinders: # new in 2.13
  Enabled: true
RSpec/Capybara/SpecificMatcher: # new in 2.12
  Enabled: true
RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
  Enabled: true
RSpec/FactoryBot/SyntaxMethods: # new in 2.7
  Enabled: true
RSpec/Rails/AvoidSetupHook: # new in 2.4
  Enabled: true
RSpec/Rails/HaveHttpStatus: # new in 2.12
  Enabled: true
RSpec/Rails/InferredSpecType: # new in 2.14
  Enabled: true

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
globus_client-0.10.0 .rubocop/custom.yml
globus_client-0.9.1 .rubocop/custom.yml
globus_client-0.9.0 .rubocop/custom.yml
globus_client-0.8.0 .rubocop/custom.yml
globus_client-0.7.0 .rubocop/custom.yml
globus_client-0.6.0 .rubocop/custom.yml
globus_client-0.5.0 .rubocop/custom.yml
globus_client-0.4.0 .rubocop/custom.yml
globus_client-0.3.2 .rubocop/custom.yml
globus_client-0.3.1 .rubocop/custom.yml
globus_client-0.3.0 .rubocop/custom.yml
globus_client-0.2.1 .rubocop/custom.yml
globus_client-0.2.0 .rubocop/custom.yml