Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Is it possible to disable Eslint check? #583

Open
@josemigallas

Description

@josemigallas

Codeclimate is hitting OOM error during the Eslint check so we want to disable it. Even though we tried removing the entry in the yaml and settingsenabled: false it's still running the check and failing. Is it possible to remove this check?

Actual Behavior

Eslint check is being run

Expected Behavior

Eslint check should be ignored

Steps to reproduce

codeclimate.yml

version:2# All maintainability checks are enabled by default, but can be disabled or tuned individually under the checks node. Example:# checks:#   argument-count:#     enabled: true#     config:#       threshold: 4plugins:shellcheck:enabled:truebrakeman:enabled:truerubocop:enabled:truechannel:"rubocop-1-31"reek:enabled:trueeslint:enabled:falsecsslint:enabled:falsecoffeelint:enabled:truechecks:max_line_length:enabled:falsebundler-audit:enabled:truescss-lint:enabled:trueexclude_patterns:  -"**/node_modules/"  -"**/vendor/*"  -"app/assets/images/**/*"  -"app/javascript"  -"assets/bundles/*.js"  -"bin/webpack*"  -"cdn/*"  -"lib/action_dispatch/rails5_ssl.rb"  -"lib/developer_portal/app/assets/stylesheets/**/*"  -"lib/developer_portal/app/views/developer_portal/css/*"  -"lib/developer_portal/app/views/developer_portal/javascripts/*"  -"public/assets"  -"public/fancybox/*"  -"public/images/**/*"  -"public/javascripts/vendor/*"  -"public/packs"  -"public/themes/**/*"  -"spec/**/*"  -"spec/**/**/*"  -"test/**/*"  -"tmp/**/*"

Relevant links

3scale/porta#3104
https://codeclimate.com/github/3scale/porta/pull/3104

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp