Dobrosław Żybort

Results 39 comments of Dobrosław Żybort

TOML will be added to Go std lib when https://github.com/golang/dep will be absorbed.

@tlvenn in the mean time you could check astralapp.com they have nice search for starred repos.

Would be nice to have automatic backup to remote server of settings after every change. It could for example use private GitHub repository for this backup or something like Nextcloud.

Adding to @twelho (thank you for this!) Use: ```bash PATHS=$(find . -mindepth 2 -not -path "*/vendor/*" -type f -name go.mod -printf '{"workdir":"%h"},') ``` to exclude `vendor` folders from linting.

Not sure if this should be posted here or in #1685 Would be great if this also included link back to extended documentation about specific bug. Then IDE could show...

@ldez golangci-lint could provide standardized guidance how linters authors could store all this info so that would be easy for golangci-lint to parse/retrieve and then all of it could be...

I'm not saying they need to change implementation, more in like "if you store info about your issues in some way then golangci-lint when including your linter could easily parse...

Would be also nice to have temperature graph.