Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: rule deprecation warnings did not consider all rules #11044

Merged
merged 2 commits into from Nov 3, 2018

Commits on Oct 31, 2018

  1. Fix: rule deprecation warnings did not consider all rules

    This fixes a bug where rule deprecation warnings would only be generated for rules passed via the `--rule` flag on the command line, rather for all rules configured in a config file. It also addresses an issue where passing a nonexistent rule on the command line would cause CLIEngine to crash, which broke the eslint-canary build.
    not-an-aardvark committed Oct 31, 2018
    Copy the full SHA
    f694a97 View commit details
    Browse the repository at this point in the history
  2. Add missing file

    not-an-aardvark committed Oct 31, 2018
    Copy the full SHA
    e0b0a5e View commit details
    Browse the repository at this point in the history