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

Clarify rubocop configuration for 'lint: true' #492

Merged

Conversation

RileyMathews
Copy link
Contributor

@RileyMathews RileyMathews commented Jun 18, 2019

The "lint": true flag on the rubocop configuration for linting runs the rubocop command with the -l flag. The rubocop documentation describes this flag with "Run only lint cops". However, the readme here describes the configuration as "enable all lint cops". This discrepancy led myself and some of my co-workers to believe that this configuration was required to enable any lint checks at all, and we were confused as to why many checks were not being performed with this config option set to true. This pr updates the description of the configuration to be more in line with the rubocop documentation.

  • The build passes
  • TSLint is mostly happy
  • [] Prettier has been run

@wingrunr21 wingrunr21 merged commit 0c6a879 into rubyide:master Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants