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

ci(actionlint): exclude files with very large number of linter errors #3446

Commits on Aug 7, 2024

  1. ci(actionlint): exclude files with very large number of linter errors

    1. There is a set of yaml workflow files that have to be removed prior to the
    action lint task because they have hundreds of unfixed errors that we didn't
    yet have time to address and the action lint github action has no easy way
    to ignore files unfortunately so the easiest way to achieve that is to wipe
    the fiels we don't want linting. This workaround caused a problem with the
    workflow reuse improvements we were recently trying to introduce. So now
    the way they get excluded is that we feed an explicit list of workflow files
    to the linter that we want to get linted and we exclued the problematic files
    from that list.
    2. Also fixed on linter warning with the docker login action being outdated.
    
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    petermetz authored and sandeepnRES committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fddc2c3 View commit details
    Browse the repository at this point in the history