You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't any value in linting these as their code is generated,
includes modules that are themselves linted, and they take a long time
to complete slowing down CI considerably.
Fixes#29449
The output looks something like:
```
make -C cmd/otelcontribcol lint
Makefile:4: warning: overriding commands for target `lint'
../../Makefile.Common:178: warning: ignoring old commands for target `lint'
running /Users/alex.boten/workspace/opentelemetry-collector-contrib/.tools/misspell -error
skipping lint
```
Signed-off-by: Alex Boten <aboten@lightstep.com>
Component(s)
cmd/otelcontribcol, cmd/oteltestbedcol
Describe the issue you're reporting
The linting for these components takes many minutes, we should skip linting these
The text was updated successfully, but these errors were encountered: