all repos — gomponents @ 83f4798bf8ce1f3c2ddfc8927f25ce72f61a86d1

HTML components in pure Go

Upgrade to golangci/golangci-lint-action@v7 (#254) …and fix lint issues.

Markus Wüstenberg
commit

83f4798bf8ce1f3c2ddfc8927f25ce72f61a86d1

parent

cca973f39cf82a941a48dfaa4932b39bf98ded0d

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A .golangci.yml
@@ -0,0 +1,7 @@
+version: "2" + +linters: + settings: + staticcheck: + dot-import-whitelist: + - "maragu.dev/gomponents/html"