minor cleanup / doc fixes
authorAJ ONeal <aj@therootcompany.com>
Wed, 21 Oct 2020 19:18:52 +0000 (19:18 +0000)
committerAJ ONeal <aj@therootcompany.com>
Wed, 21 Oct 2020 19:18:52 +0000 (19:18 +0000)
dotenv/releases.js
gitdeploy/releases.js
golang/install.sh
vim-go/install.sh

index 39bdc5aa3c369d47b699e43e3ad265a1406e3125..0e26faf08412013a7aeaab986b83794847f3b3e8 100644 (file)
@@ -6,7 +6,6 @@ var repo = 'dotenv';
 
 module.exports = function (request) {
   return github(request, owner, repo).then(function (all) {
-    // remove checksums and .deb
     return all;
   });
 };
index b446e9934624458b69f231bc4c7cac1b13928701..f4cc284f81c551217ed0d648a6e04cd0bcf7bf79 100644 (file)
@@ -6,7 +6,6 @@ var repo = 'gitdeploy';
 
 module.exports = function (request) {
   return github(request, owner, repo).then(function (all) {
-    // remove checksums and .deb
     return all;
   });
 };
index f11581f47c561dba19b1ec66fd665b2ab75cf06c..30493cf88d1e8d070d83bb32534d0e63203eb938 100644 (file)
@@ -94,10 +94,6 @@ pkg_post_install() {
     echo stringer
     "$pkg_dst_cmd" get golang.org/x/tools/cmd/stringer@latest > /dev/null #2>/dev/null
 
-    echo ""
-    echo golangci-lint
-    "$pkg_dst_cmd" get github.com/golangci/golangci-lint/cmd/golangci-lint@latest > /dev/null #2>/dev/null
-
     echo ""
 }
 
index c5bbe992506ff2bb61327e85e18fe3b00b7d0da4..39d69dfd693b6063369e2c6827b21638893de42d 100644 (file)
@@ -29,7 +29,7 @@
     go get golang.org/x/tools/cmd/gotype@latest > /dev/null #2>/dev/null
 
     echo -n "golangci-lint: "
-    go get github.com/golangci/golangci-lint/cmd/golangci-lint@master > /dev/null #2>/dev/null 
+    go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest > /dev/null #2>/dev/null
 
     # Community Tooling
     echo -n "fillstruct: "