Skip to content

Commit 2e18376

Browse files
Re-enable golangci-lint issue limits
Co-authored-by: rudrankriyam <rudrankriyam@gmail.com>
1 parent 108a72b commit 2e18376

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ linters:
1717

1818
issues:
1919
# Keep defaults, but avoid noisy duplicates.
20-
max-same-issues: 0
21-
max-issues-per-linter: 0
2220
exclude-rules:
2321
# Ignore stylecheck naming warnings (e.g. `app_events` package) to avoid
2422
# massive rename churn; keep other style rules like ST1005.

0 commit comments

Comments
 (0)