File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,12 @@ linters:
8181 - " "
8282
8383 exclusions :
84+ # TODO: v1 plugin linting is temporarily disabled. These exclusions should be removed once
85+ # lint issues in the v1 plugin are addressed.
86+ paths :
87+ - " plugins/out_clp_s3"
88+ - " internal/outctx"
89+ - " internal/irzstd"
8490 rules :
8591 - linters :
8692 - " revive"
Original file line number Diff line number Diff line change @@ -188,6 +188,9 @@ task lint:check
188188task lint:fix
189189```
190190
191+ > ** Note:** Linting for the v1 plugin (` out_clp_s3 ` ) is currently disabled and will be addressed in
192+ > a future update.
193+
191194[ clp-blog ] : https://www.uber.com/blog/reducing-logging-cost-by-two-orders-of-magnitude-using-clp
192195[ fluent-bit ] : https://fluentbit.io/
193196[ log-viewer ] : https://github.com/y-scope/yscope-log-viewer
You can’t perform that action at this time.
0 commit comments