Sha256: dfcaf1f04133c364c7699744ad7e87bc49c953daa7cdef060a95c2f51ff0d6e0

Contents?: true

Size: 1.13 KB

Versions: 20

Compression:

Stored size: 1.13 KB

Contents

inherit_from:
  - .rubocop_rspec.yml

##
# Standard based Rubocop config.
# - https://github.com/testdouble/standard
# - https://github.com/testdouble/standard#usage-via-rubocop
# - https://evilmartians.com/chronicles/rubocoping-with-legacy-bring-your-ruby-code-up-to-standard
#
require:
  ##
  # Rubocop for RSpec files.
  # https://github.com/rubocop/rubocop-rspec#usage
  #
  - rubocop-rspec
  ##
  # NOTE: `rubocop-performance` is automatically bundled with Standard.
  #
  - rubocop-performance
  ##
  # NOTE: Custom Standard cop that should be loaded before `config/base.yml`.
  #
  - standard/cop/block_single_line_braces

inherit_gem:
  standard: config/base.yml

AllCops:
  ##
  # https://github.com/testdouble/standard#how-do-i-specify-a-ruby-version-what-is-supported
  #
  TargetRubyVersion: 2.7

  Exclude:
    ##
    # NOTE: Excludes vendor from linting. Needed by GitHub Actions.
    # - https://github.com/rubocop/rubocop/issues/9832
    # - https://github.com/rubocop/rubocop/issues/9832#issuecomment-873398952
    #
    - vendor/**/*

    ##
    # NOTE: Excludes dependencies from linting.
    #
    - lib/convenient_service/dependencies/**/*

Version data entries

20 entries across 20 versions & 1 rubygems

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