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

build: extend yamllint configuration #41756

Merged
merged 2 commits into from Feb 14, 2022
Merged

Commits on Feb 14, 2022

  1. build,tools: change the quotes in YAML

    Remove useless quotes and use single quotes when needed.
    
    PR-URL: nodejs#41756
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Mesteery authored and aduh95 committed Feb 14, 2022
    Copy the full SHA
    8e653d9 View commit details
    Browse the repository at this point in the history
  2. build: extend yamllint configuration

    This makes the configuration of yamllint stricter.
    For example, single quote is imposed and only when necessary.
    
    PR-URL: nodejs#41756
    Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Tierney Cyren <hello@bnb.im>
    Mesteery authored and aduh95 committed Feb 14, 2022
    Copy the full SHA
    4c4bd1c View commit details
    Browse the repository at this point in the history