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

New: Add overrides and files configuration options (refs #3611) #8081

Merged
merged 15 commits into from Jun 22, 2017

Commits on Jun 21, 2017

  1. Add overrides option to config

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    32642d0 View commit details
    Browse the repository at this point in the history
  2. CR fixes

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    bc5b3fa View commit details
    Browse the repository at this point in the history
  3. Add required linter parameter to tests

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    b8cf189 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    7a46514 View commit details
    Browse the repository at this point in the history
  5. Throw if override has invalid globs

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    da55c6a View commit details
    Browse the repository at this point in the history
  6. Add test for override precedence

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    ad50e98 View commit details
    Browse the repository at this point in the history
  7. Add test for non-matching override pattern

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    eb9f49b View commit details
    Browse the repository at this point in the history
  8. Use a variety of rules in tests

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    93079f3 View commit details
    Browse the repository at this point in the history
  9. Add extensions to .eslintrc in docs

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    fe735cb View commit details
    Browse the repository at this point in the history
  10. Clarify precedence of multiple overrides

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    b01ac1d View commit details
    Browse the repository at this point in the history
  11. Add schema checking for overrides

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    ba5d2e7 View commit details
    Browse the repository at this point in the history
  12. Rename useSpecificConfig to specificConfig

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    93c0832 View commit details
    Browse the repository at this point in the history
  13. Require at least one glob per override

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    35bcc27 View commit details
    Browse the repository at this point in the history
  14. Add excludedFiles property to overrides

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    2750850 View commit details
    Browse the repository at this point in the history
  15. Don't enforce minimum size for excludedFiles

    Sylvan Mably committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    9a0fdea View commit details
    Browse the repository at this point in the history