mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
minor cleanup / doc fixes
This commit is contained in:
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
});
|
||||
};
|
||||
|
||||
@@ -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 ""
|
||||
}
|
||||
|
||||
|
||||
@@ -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: "
|
||||
|
||||
Reference in New Issue
Block a user