revive: re-enable tests

It seems this was originally added in
https://github.com/NixOS/nixpkgs/pull/176812 and @r-ryantm has misleadingly been
bumping the version in the comment, too.

The tests run fine for v1.3.9, at least.
This commit is contained in:
Eric Bailey
2024-08-01 10:00:55 -05:00
parent 38cfa2e7cc
commit bec48839d3
-11
View File
@@ -42,17 +42,6 @@ buildGoModule rec {
--prefix PATH : ${lib.makeBinPath [ go ]}
'';
# The following tests fail when built by nix:
#
# $ nix log /nix/store/build-revive.1.3.9.drv | grep FAIL
#
# --- FAIL: TestAll (0.01s)
# --- FAIL: TestTimeEqual (0.00s)
# --- FAIL: TestTimeNaming (0.00s)
# --- FAIL: TestUnhandledError (0.00s)
# --- FAIL: TestUnhandledErrorWithBlacklist (0.00s)
doCheck = false;
meta = with lib; {
description = "Fast, configurable, extensible, flexible, and beautiful linter for Go";
mainProgram = "revive";