Commit 5e1e9bb
authored
ci(lint): ignore indirect comment changes in go mod check (loft-sh#3482)
The direct/indirect classification is cosmetic and doesn't affect
builds. Different local environments can produce different results
for the same go mod tidy command, causing false positives.
Only fail on actual dependency version changes, not on whether a
dependency is marked as direct or indirect.1 parent a102537 commit 5e1e9bb
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
73 | 79 | | |
74 | 80 | | |
| |||
0 commit comments