Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make is not working there is error. #121

Open
ankitpatelce opened this issue Jul 9, 2020 · 0 comments
Open

make is not working there is error. #121

ankitpatelce opened this issue Jul 9, 2020 · 0 comments

Comments

@ankitpatelce
Copy link

Hello,
I have downloade source code from master baranch and put it in below
/root/go/src/github.com/CyCoreSystems/

After that change folder to ari-master to ari and path is look like below.
/root/go/src/github.com/CyCoreSystems/ari/

I perform make command and found below error.

[root@pbx ari]# make
go mod tidy
go mod verify
all modules verified
golangci-lint run
client/native/client.go:334:4: branch statements should not be cuddled if block has more than two lines (wsl)
continue
^
client/native/client.go:336:3: if statements should only be cuddled with assignments (wsl)
if c.node != "" && c.node != info.SystemInfo.EntityID {
^
make: *** [check] Error 1

Please look it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant