Commit dc8c01a
committed
Disable errchkjson linter temporarily
The "errchkjson" linter looks specifically at calls that encode or
marshal values to JSON. It does not ignore assignments to the blank
identifier like the "errcheck" linter. Instead, it recommends ignoring
the error only when the type being marshaled is guaranteed to marshal.
Without configuration, it recommends changes to our tests. When
configured to analyze the types being marshaled, it recommends changes
to our code. Disable it entirely for now and add it to the list of
possible future linters.
Issue: [sc-13607]1 parent f36875b commit dc8c01a
File tree
3 files changed
+7
-3
lines changed- .github/workflows
3 files changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments