Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
5f33df8b
Unverified
Commit
5f33df8b
authored
Oct 13, 2020
by
Janoš Guljaš
Committed by
GitHub
Oct 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use absolute path for golangci-lint in Makfile (#834)
parent
7a2395ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
5f33df8b
GO
?=
go
GOLANGCI_LINT
?=
golangci-lint
GOLANGCI_LINT
?=
$$
(
$(GO)
env
GOPATH
)
/bin/
golangci-lint
GOLANGCI_LINT_VERSION
?=
v1.30.0
GOGOPROTOBUF
?=
protoc-gen-gogofaster
GOGOPROTOBUF_VERSION
?=
v1.3.1
...
...
@@ -31,7 +31,7 @@ lint: linter
.PHONY
:
linter
linter
:
which
$(GOLANGCI_LINT)
||
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$$
(
$(GO)
env
GOPATH
)
/bin
$(GOLANGCI_LINT_VERSION)
test
-f
$(GOLANGCI_LINT)
||
curl
-sSfL
https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh
-s
--
-b
$$
(
$(GO)
env
GOPATH
)
/bin
$(GOLANGCI_LINT_VERSION)
.PHONY
:
vet
vet
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment