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

lint-build: Infer format from artifact filename #21489

Merged

Commits on May 10, 2021

  1. lint-build: Infer format from artifact filename

    Uses the layout of the build artifact directory to infer the format
    of a given file, and which lint rules to apply.
    
    This has the effect of decoupling the lint build job from the existing
    Rollup script, so that if we ever add additional post-processing, or
    if we replace Rollup, it will still work.
    
    But the immediate motivation is to replace the separate "stable" and
    "experimental" lint-build jobs with a single combined job.
    acdlite committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6659359 View commit details
    Browse the repository at this point in the history