config-file-validator
config-file-validator copied to clipboard
Cross Platform tool to validate configuration files
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...
Your tool is made for being used as a GitHub action. I would like you to suggest to open a PR on https://github.com/sdras/awesome-actions I'm sorry if I missed something and...
Having an homebrew is a good way to make your tool available for people who don't have/want to build it via go install. Howbrew also helps people to get the...
https://pkl-lang.org/ https://github.com/apple/pkl-go