Sha256: 25c94bbf74cfd8ae8fd9fee6ad4858a54d01ba2a910ac1ae2a4b0fc1c4165abc
Contents?: true
Size: 1.01 KB
Versions: 12
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-0-80" # 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
12 entries across 12 versions & 2 rubygems