Sha256: 9a6ddafaab4839faf88927d4435ffc2994363e060e3bc240a2e6f404649624cf

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

Contents

version: "2"
plugins:
  rubocop:
    enabled: true
    checks:
      Rubocop/Naming/RescuedExceptionsVariableName:
        enabled: false
      Rubocop/Layout/AlignArguments:
        enabled: false
      Rubocop/Style/MultilineWhenThen:
        enabled: false
      Rubocop/Layout/SpaceAroundOperators:
        enabled: false
      Rubocop/Style/FormatStringToken:
        enabled: false
    config:
      file: .rubocop.yml
    channel: "rubocop-1-50-2" # need to keep this value the same as rubocop version
                            # https://docs.codeclimate.com/v1.0/docs/rubocop#section-using-rubocop-s-newer-versions
  eslint:
    enabled: true
    config:
      extensions:
        - .es6
        - .js
    channel: "eslint-7" # need to keep this value the same as eslint version
                        # https://docs.codeclimate.com/v1.0/docs/eslint#section-eslint-versions
  stylelint:
    enabled: true
exclude_patterns:
  - "**/bin/"
  - "**/script/"
  - "**/vendor/"
  - "**/spec/"
  - "public/"
  - "sample/db/samples"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spree_backend-4.8.4 .codeclimate.yml
spree_backend-4.8.3 .codeclimate.yml
spree_backend-4.8.2 .codeclimate.yml
spree_backend-4.8.1 .codeclimate.yml
spree_backend-4.7.2 .codeclimate.yml
spree_backend-4.7.1 .codeclimate.yml
spree_backend-4.7.0 .codeclimate.yml