.golangci.yml
FIXME found Open
Open
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
- Exclude checks
TODO found Open
Open
keywords: # default keywords are TODO, BUG, and FIXME, these can be overwritten by this setting
- Exclude checks
HACK found Open
Open
- HACK # marks hack-arounds that should be removed before merging
- Exclude checks
FIXME found Open
Open
- FIXME
- Exclude checks
BUG found Open
Open
- BUG
- Exclude checks
XXX found Open
Open
# XXX: if you enable this setting, unused will report a lot of false-positives in text editors:
- Exclude checks
XXX found Open
Open
# XXX: if you enable this setting, unparam will report a lot of false-positives in text editors:
- Exclude checks
TODO found Open
Open
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
- Exclude checks
BUG found Open
Open
keywords: # default keywords are TODO, BUG, and FIXME, these can be overwritten by this setting
- Exclude checks
FIXME found Open
Open
keywords: # default keywords are TODO, BUG, and FIXME, these can be overwritten by this setting
- Exclude checks
TODO found Open
Open
- TODO
- Exclude checks
XXX found Open
Open
# XXX: we don't recommend using this linter before doing performance profiling.
- Exclude checks