Commit bec48839 authored by Eric Bailey's avatar Eric Bailey
Browse files

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.
parent 38cfa2e7
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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";