Facebook
From Denim Anoa, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 129
  1. ➜ make clean build                  
  2. cd tests && ./main.sh static_analysis
  3.  
  4. ==> Checking for dependencies
  5. ==> TEST BEGIN: test_static_analysis (tmp.V2l)
  6. ===> [ ✔ ] Success: func check (0s)
  7. ===> [ ✔ ] Success: dep check (0s)
  8. ===> [   ] Running: go vet
  9. ==> Cleaning up
  10.  
  11. ==> TESTS DONE: test_static_analysis
  12. ==> RUN OUTPUT: test_static_analysis
  13.     |
  14.     | Found some issues:
  15.     |
  16.     | # github.com/spoke-d/convoy/api/handlers/github
  17.     | api/handlers/github/github.go:45:37: not enough arguments in call to githubService.GetConfig
  18.     |   have ("context".Context)
  19.     |   want ("context".Context, int)
  20.