Skip to content

Commit e0efdea

Browse files
committed
chore: exclude v1 plugin paths from linting
1 parent 5d22007 commit e0efdea

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.golangci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ task lint:check
188188
task 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

0 commit comments

Comments
 (0)