Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Incorrect boolean flag to turn on rubocop #261

@thawatchai

Description

@thawatchai

Your environment

  • vscode-ruby version: 0.16.0
  • Ruby version: 2.5.0
  • VS Code version: 1.20.0
  • Operating System: macOS 10.13.3
  • Hardware (optional):

Make sure you have ruby, ruby-debug-ide and ruby-debug-basex19 installed before submitting your issue -- thank you !

Expected behavior

This should turn on the linter and rails support.

    "ruby.lint": {
        "rubocop": {
            "lint": true,
            "rails": true
        }
    }

Actual behavior

This turns on the linter and rails support.

    "ruby.lint": {
        "rubocop": {
            "lint": false,
            "rails": false
        }
    }

Steps to reproduce the problem

Put the config in my user settings and change from true to false.

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