Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/fzf: disable vetting in tests | Kevin Daudt | 2018-03-11 | 1 | -0/+13 |
Since Go 1.10, they enabled vetting by default when running tests. This reveals issues in the thests which should be fixed upstream, but for now, disable vetting to let the tests pass again. An upstream issue[0] has been created. Untill then, apply a patch to the Makefile to disable vetting. [0]: https://github.com/junegunn/fzf/issues/1236 |