Kurt von Laven

Results 224 comments of Kurt von Laven

I went into more depth about this on the PR, but basically transitive dependencies should be checked by passing `--recursive` to the Yarn plugin.

Would it be appropriate to add an argument that allows a specific version of editorconfig-checker to be used? [MegaLinter](https://megalinter.github.io/) has a similar wrapper package called mega-linter-runner that accepts [a `--release`...

Thanks for the great snippet, @afirth; I expect this will speed up our workflows considerably! I agree that caching would be an excellent improvement to bake into the action itself....

@snowe2010, can you offer more details? We are using the approach I described successfully, and we do use the node plugin. See [ScribeMD/pre-commit-action](https://github.com/ScribeMD/pre-commit-action/blob/ed027babfd668140c3025555ce72996490f89ec6/action.yaml#L12-L24) for an example.

It would be great to document the recipe more visibly, but it would need to be corrected first as mentioned previously: > Thanks for the great snippet, @afirth; I expect...

@snowe2010, what “it” are you referring to? Are you asking a question, and if so, what question? What are you trying to achieve, and how are you currently going about...

Makes sense. To try to help you I would need to see the relevant excerpt of your workflow and any pertinent errors, warnings, logs, etc., but obviously your call whether...

I have generally dealt with this sort of problem by using [pre-commit](https://pre-commit.com). [Here](https://github.com/ScribeMD/pre-commit-hooks#yarn-build) is an example of a hook that automatically compiles via Yarn. Is there a way to perform...

Thank you for communicating your plans. I realize tools are not tacos :taco:, and hence can't please everyone. The main barrier to our adopting GitHub Desktop as our primary GUI...

This feature could be implemented using [git commit --fixup](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---fixupamendrewordltcommitgt) and [git commit --squash](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---squashltcommitgt).