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

Mark deprecated rules as deprecated in their metadata #911

Merged

Commits on Oct 14, 2016

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

Commits on Oct 15, 2016

  1. Compute deprecatedRules from deprecated meta property

    * Refactor the creation of the top-level module exports.  `rules`
    becomes `allRules` and includes the deprecated rules.
    
    * `deprecatedRules` is now computed using the new `meta.deprecated`
    property.
    
    * The `all` config needs to filter out the deprecated rules.
    
    * Extracted some utility functions to remove duplication.
    randycoulman committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    33aa4d5 View commit details
    Browse the repository at this point in the history