Files
odo/.wwhrd.yml
Chris Laprun 2fb026f084 Completion in go (#859)
* Initial implementation setting up of smart completion.

* Initial implementation for service delete.

* Initial implementation for service create.
This doesn't work properly because we really need to be able to
distinguish between positional arguments.

* Clean-up.

* Add doc.

* Add doc.

* Refactor completion handler code to make it easier to test. Add tests.

* Update vendor.

* Filtering doesn't occur at the completion handler level at this point.

* Add test for delete completion.

* Update glide and vendor.

* Fix format.

* Fix format.

* Add MPL-2.0 to licenses.

* Revert to 1.1.2 version of complete library due to bug with 1.2.0.
See https://github.com/posener/complete/issues/74

* Fix odo -h.
2018-10-29 13:46:45 +05:30

19 lines
543 B
YAML

---
blacklist:
# https://www.apache.org/licenses/GPL-compatibility.html
- GPL-2.0
whitelist:
- Apache-2.0
- MIT
- NewBSD
- FreeBSD
- ISC
- MPL-2.0
exceptions:
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
- github.com/davecgh/go-spew/spew/...
# wwhrd currently does not detect ISC which is compatible with Odo so, add it under exceptions to avoid errors due to it being not recognised
- github.com/olekukonko/tablewriter