ccoVeille
ccoVeille
I found out this in the code https://github.com/dustinblackman/languagetool-code-comments/blob/7e0689b2abd338b0677d7aa2769f3b02287d9d8b/src/main.rs#L43-L52 But I failed to make it works, I see no call in my local language tool server. So my question is about...
- **Catch errors with errors.Is and errors.As** - **Remove useless receivers** - **Avoid types juggling** - **rewrite to use standard lib constants when possible** - **rewrite test to use comply...
I started looking at your code and I noticed a few typos. I was about to open a simple PR, then I found acronyms incorrectly used, so I fixed them.
Hi I'm using fish 3.4.1 I tested your extension by using ```shell env HOME=$(mktemp -d) fish curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher fisher install mattgreen/park.fish ``` I...
I don't think this file type is common but here is a lib https://github.com/wkhere/bcl
https://github.com/go-enry/go-enry The code is very interesting
This project is barely maintained, but maybe it could be useful for validating Makefile
.editorconfig file are pretty standard Here is a Go project that lint them https://github.com/editorconfig-checker/editorconfig-checker There is also this code able to parse .editorconfig file https://github.com/editorconfig/editorconfig-core-go
Dockerfile is a pretty common configuration format. They are many linters, I found this one in Go https://github.com/zabio3/godolint There are others of course. So maybe, you could validate dockerfile
You may find interesting content in this file I just found by random search on supported Markdown format. You can see the list of extensions per file. https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml I assumed...