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

Chore: avoid handling rules instances in config-validator #9364

Merged
merged 2 commits into from Nov 10, 2017

Commits on Oct 28, 2017

  1. Chore: avoid handling rules instances in config-validator

    This is a modified version of #9277, which was merged but then reverted later for performance reasons. The performance issues from #9177 have been fixed (`Linter` no longer creates a new map of rules whenever it lints text).
    
    The goal of this change is to progress towards being able to remove the `rules` property from `Linter` instances. Unfortunately, this isn't possible yet, since there are a few other modules that rely on reading the list of defined rules.
    not-an-aardvark committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    cdc6dbe View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    2a8682c View commit details
    Browse the repository at this point in the history