Commit 5a394b8
authored
ci(golangci-lint): Disable revive skip-package-name-collision-with-go-std (#1232)
This is blocking PRs due to conflict over package names like 'xml' and 'json'
but those names make sense in conftest's context.
Signed-off-by: James Alseth <[email protected]>1 parent 10434c1 commit 5a394b8
File tree
2 files changed
+11
-1
lines changed- scripts
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
26 | 36 | | |
27 | 37 | | |
28 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments