Skip to content

fix: remove unnecessary shellcheck ignores from actionlint#2739

Closed
zamadye wants to merge 2 commits intoapache:masterfrom
zamadye:master
Closed

fix: remove unnecessary shellcheck ignores from actionlint#2739
zamadye wants to merge 2 commits intoapache:masterfrom
zamadye:master

Conversation

@zamadye
Copy link
Copy Markdown

@zamadye zamadye commented Mar 12, 2026

hey, i noticed the actionlint pre-commit hook had a bunch of shellcheck ignores that aren't actually needed.

the main issues were:

  1. python.yml was using instead of for conditionals, so i fixed those to use
  2. all the shellcheck ignores (SC2015, SC2061, etc) were added because of those two lines, but now they're not needed anymore

all the other workflow files already use correctly, so removing the ignores should be fine now. let me know if you need anything else!

@jbampton jbampton self-assigned this Mar 12, 2026
@jbampton jbampton added github_actions Pull requests that update GitHub Actions code pre-commit Pull requests that update pre_commit code labels Mar 12, 2026
Copy link
Copy Markdown
Member

@jbampton jbampton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has not fixed anything and now the actionlint tests fail

See my discussion here:

#2734

@jbampton jbampton marked this pull request as draft March 12, 2026 10:17
@petern48
Copy link
Copy Markdown
Member

linking the issue: #2738

@petern48
Copy link
Copy Markdown
Member

@jbampton i think this is a bot, given the behavior in the issue and profile

@zamadye

This comment was marked as spam.

@jbampton
Copy link
Copy Markdown
Member

Apache blocked this user in #2738

Added labels to this PR for invalid and wontfix. Closing now

@jbampton jbampton closed this Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code invalid pre-commit Pull requests that update pre_commit code wontfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants