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

feat: github actions extension linter-ignore file and ignore settings #414

Open
justinthelaw opened this issue Nov 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@justinthelaw
Copy link

Is your feature request related to a problem? Please describe.

In certain GitHub actions, deprecated fields or configurations that are caught by the GitHub actions VSCode extension's linter do still work or exist in certain versions of a GitHub action.

For example, in the screenshot below, the command: manifest configuration in Google's release-please GitHub action does still function, but GitHub actions VSCode extension still considers this an error.

Screenshot 2024-11-04 104641

Describe the solution you'd like

I want to be able to add a new comment OR surrounding comments OR a VSCode extension settings file (local to workspace, directory, or user, that will suppress the GitHub actions VSCode extension's linter from highlighting an error.

E.g., adding // gh-actions-ignore to a line suppresses the linter, OR adding a .githubactionsignore file will allow certain files to go unread by the extension (similar to .gitignore), OR a general regex filter in the extensions' VSCode settings

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog 🗒
Development

No branches or pull requests

1 participant