diff --git a/ci/pipelines/post-receive.nix b/ci/pipelines/post-receive.nix index b7a96c820..456d546af 100644 --- a/ci/pipelines/post-receive.nix +++ b/ci/pipelines/post-receive.nix @@ -38,23 +38,6 @@ let label = ":gnu: initialize Emacs"; depends_on = "build-briefcase"; } - { - key = "lint-emacs"; - command = let - nixosEmacs = briefcase.emacs.nixos { - briefcasePath = "$(pwd)"; - }; - in '' - ${nixosEmacs}/bin/wpcarros-emacs \ - --quick \ - --batch \ - --load ${elispLintSrc}/elisp-lint.el \ - --funcall elisp-lint-files-batch \ - ./emacs/.emacs.d/wpc/*.el - ''; - label = ":gnu: lint Emacs"; - depends_on = "build-briefcase"; - } { key = "build-socrates"; command = ''