config-file-validator icon indicating copy to clipboard operation
config-file-validator copied to clipboard

Cross Platform tool to validate configuration files

Results 62 config-file-validator issues
Sort by recently updated
recently updated
newest added

I don't think this file type is common but here is a lib https://github.com/wkhere/bcl

new validation type

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

new validation type

.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

new validation type

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...

Promotion

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...

distribution

https://pkl-lang.org/ https://github.com/apple/pkl-go

enhancement
help wanted
new validation type
has-pr

Closes #112

OSS Community Contribution
pr-action-requested