Conversation
I'm curious about adding this tool, so experimenting with it here... See #2770 for the impetus.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
|
I've added it in the past to packaging: pypa/packaging#1035 |
|
Yes, I also find it useful as a pre-commit hook, with the |
This reverts commit f0e78b8.
|
I would much rather this in precommit, that's where we put all of our tools, so they can be run locally and fixed locally. |
|
Only problem with running it in pre-commit right now is that there are a lot of errors/warnings currently, we'd have to get to zero before running in pre-commit. But yeah I'd be happy in pre-commit once we get there. (I do like the fancy inline code-review error messages but I can live without that :) ) |
|
Perhaps we could fix some of them in the time being with |
|
Most (that aren't fixed with open PRs) look to be variable injection. Especially in action.yml. Which will need some manual work to fix, as I think we'll have to move some logic from the workflow file into the shell. |
|
I think we shoul proceed with this as is, then – this should be a net win! |
I'm curious about adding this tool, so experimenting with it here...
See #2770 for the impetus.