Merge pull request #170345 from superherointj/package-gofumpt-enable-tests

gofumpt: enable tests
This commit is contained in:
Sandro 2022-04-26 02:23:46 +02:00 committed by GitHub
commit 762f93fe5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@ buildGoModule rec {
vendorSha256 = "sha256-Il1E1yOejLEdKRRMqelGeJbHRjx4qFymf7N98BEdFzg=";
doCheck = false;
meta = with lib; {
description = "A stricter gofmt";
homepage = "https://github.com/mvdan/gofumpt";