Commit a328fc31 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

golangci-lint-langserver: temporarily disable tests

parent bce4d53d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ buildGoModule rec {

  subPackages = [ "." ];

  # renable after https://github.com/nametake/golangci-lint-langserver/pull/52
  doCheck = false;

  nativeCheckInputs = [
    golangci-lint
    writableTmpDirAsHomeHook