Commit e446992
committed
fix: Disable revive package-naming rule that conflicts with json package
The golangci-lint v2.11.0 update includes revive v1.15.0 which adds a new
package-naming rule. This rule flags the json package name as conflicting
with encoding/json, but renaming it would be a breaking change.1 parent 999fe49 commit e446992
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments