Sha256: 0d686958a6e03a70c4444ce8048772a1d200fa7b466e8848c7f203b59d9717b0

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

##
# Standard based Rubocop config suggested by Evil Martians.
# - https://evilmartians.com/chronicles/rubocoping-with-legacy-bring-your-ruby-code-up-to-standard
# - https://github.com/testdouble/standard
#
# Copied without any modifications from:
# https://gist.github.com/palkan/623c0816b05ed246bfe0cb406050990a
#
require:
  - rubocop-rspec

RSpec/Focus:
  Enabled: true

RSpec/EmptyExampleGroup:
  Enabled: true

RSpec/EmptyLineAfterExampleGroup:
  Enabled: true

RSpec/EmptyLineAfterFinalLet:
  Enabled: true

RSpec/EmptyLineAfterHook:
  Enabled: true

RSpec/EmptyLineAfterSubject:
  Enabled: true

RSpec/HookArgument:
  Enabled: true

RSpec/HooksBeforeExamples:
  Enabled: true

RSpec/ImplicitExpect:
  Enabled: true

RSpec/IteratedExpectation:
  Enabled: true

RSpec/LetBeforeExamples:
  Enabled: true

RSpec/MissingExampleGroupArgument:
  Enabled: true

RSpec/ReceiveCounts:
  Enabled: true

RSpec/Capybara/CurrentPathExpectation:
  Enabled: true

RSpec/FactoryBot/AttributeDefinedStatically:
  Enabled: true

RSpec/FactoryBot/CreateList:
  Enabled: true

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
convenient_service-0.17.0 .rubocop_rspec.yml
convenient_service-0.16.0 .rubocop_rspec.yml
convenient_service-0.15.0 .rubocop_rspec.yml
convenient_service-0.14.0 .rubocop_rspec.yml
convenient_service-0.13.0 .rubocop_rspec.yml
convenient_service-0.12.0 .rubocop_rspec.yml
convenient_service-0.11.0 .rubocop_rspec.yml
convenient_service-0.10.1 .rubocop_rspec.yml
convenient_service-0.10.0 .rubocop_rspec.yml
convenient_service-0.9.0 .rubocop_rspec.yml
convenient_service-0.8.0 .rubocop_rspec.yml
convenient_service-0.7.0 .rubocop_rspec.yml
convenient_service-0.6.0 .rubocop_rspec.yml
convenient_service-0.5.0 .rubocop_rspec.yml
convenient_service-0.4.0 .rubocop_rspec.yml
convenient_service-0.3.1 .rubocop_rspec.yml
convenient_service-0.3.0 .rubocop_rspec.yml
convenient_service-0.2.1 .rubocop_rspec.yml
convenient_service-0.2.0 .rubocop_rspec.yml
convenient_service-0.1.0 .rubocop_rspec.yml