ARO-RP/vendor/github.com/matoous/godox
darthhexx 1c4e98933e Vendor installer release 4.10
Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules.
2022-05-25 14:49:12 +10:00
..
.gitignore vendor 2020-11-19 08:09:58 -06:00
.golangci.yml vendor 2020-11-19 08:09:58 -06:00
.revive.toml vendor 2020-11-19 08:09:58 -06:00
LICENSE vendor 2020-11-19 08:09:58 -06:00
README.md Vendor installer release 4.10 2022-05-25 14:49:12 +10:00
godox.go make vendor 2021-05-27 16:41:03 +01:00

README.md

GoDoX

Tests Lint GoDoc Go Report Card GitHub issues License

GoDoX extracts comments from Go code based on keywords. This repository is fork of https://github.com/766b/godox but a lot of code has changed, this repository is updated and the code was adjusted for better integration with https://github.com/golangci/golangci-lint.

Installation

go get github.com/matoous/godox

The main idea

The main idea of godox is the keywords like TODO, FIX, OPTIMIZE is temporary and for development purpose only. You should create tasks if some TODOs cannot be fixed in the current merge request.