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

tools: enforce no unused trailing arguments tools directory #16953

Closed
wants to merge 2 commits into from

Commits on Nov 11, 2017

  1. tools: remove unused trailing function arguments

    Update tools/doc/html.js and tools/eslint-rules/crypto-check.js to
    remove unused trailing function arguments in preparation for enabling a
    lint rule to enforce that practice.
    Trott committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    bd4a515 View commit details
    Browse the repository at this point in the history
  2. tools: enforce no unused trailing arguments tools directory

    Use linting to enforce that the final argument for a function must be
    used.
    Trott committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    6df6ead View commit details
    Browse the repository at this point in the history