Commit 340919a
authored
Adding ticket ID to last TODO (#44948)
### What does this PR do?
```
grep -r '//\s*TODO' --include="*.go" | grep 'pkg/logs\|comp/logs'
./pkg/logs/tailers/windowsevent/tailer_test.go: // TODO: https://datadoghq.atlassian.net/browse/WINA-480
./pkg/logs/util/windowsevent/transform.go: // TODO: compat: binary data is not guaranteed to be a utf-16 string, but go's
./pkg/logs/internal/tag/provider.go: // TODO: remove this once AD and Tagger use the same PodWatcher instance
```
Adding the [ticket ID](https://datadoghq.atlassian.net/browse/AGNTLOG-475) to the TODO in tag/provider?
ex:
`// TODO AGNTLOG-475: remove this once AD and Tagger use the same PodWatcher instance`
### Motivation
We are almost TODO free!
### Describe how you validated your changes
Linter check
### Additional Notes
Co-authored-by: gouri.yerra <gouri.yerra@datadoghq.com>1 parent 15aa408 commit 340919a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments