Skip to content

Commit efdc62b

Browse files
TylerJang27github-actions[bot]
authored andcommitted
Auto add snapshots
1 parent 8c2cb9f commit efdc62b

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed
Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
// trunk-upgrade-validation:RELEASE
3+
4+
exports[`Testing linter semgrep test CUSTOM 1`] = `
5+
{
6+
"issues": [],
7+
"lintActions": [
8+
{
9+
"command": "check",
10+
"fileGroupName": "ALL",
11+
"linter": "semgrep",
12+
"paths": [
13+
"test_data/basic.go",
14+
],
15+
"verb": "TRUNK_VERB_CHECK",
16+
},
17+
{
18+
"command": "check",
19+
"fileGroupName": "ALL",
20+
"linter": "semgrep",
21+
"paths": [
22+
"test_data/element.ts",
23+
],
24+
"verb": "TRUNK_VERB_CHECK",
25+
},
26+
{
27+
"command": "check",
28+
"fileGroupName": "ALL",
29+
"linter": "semgrep",
30+
"paths": [
31+
"test_data/empty_go.go",
32+
],
33+
"verb": "TRUNK_VERB_CHECK",
34+
},
35+
{
36+
"command": "check",
37+
"fileGroupName": "ALL",
38+
"linter": "semgrep",
39+
"paths": [
40+
"test_data/empty_js.js",
41+
],
42+
"verb": "TRUNK_VERB_CHECK",
43+
},
44+
{
45+
"command": "check",
46+
"fileGroupName": "ALL",
47+
"linter": "semgrep",
48+
"paths": [
49+
"test_data/empty_py.py",
50+
],
51+
"verb": "TRUNK_VERB_CHECK",
52+
},
53+
{
54+
"command": "check",
55+
"fileGroupName": "ALL",
56+
"linter": "semgrep",
57+
"paths": [
58+
"test_data/request.py",
59+
],
60+
"verb": "TRUNK_VERB_CHECK",
61+
},
62+
{
63+
"command": "check",
64+
"fileGroupName": "ALL",
65+
"linter": "semgrep",
66+
"paths": [
67+
"test_data/basic.go",
68+
],
69+
"upstream": true,
70+
"verb": "TRUNK_VERB_CHECK",
71+
},
72+
{
73+
"command": "check",
74+
"fileGroupName": "ALL",
75+
"linter": "semgrep",
76+
"paths": [
77+
"test_data/element.ts",
78+
],
79+
"upstream": true,
80+
"verb": "TRUNK_VERB_CHECK",
81+
},
82+
{
83+
"command": "check",
84+
"fileGroupName": "ALL",
85+
"linter": "semgrep",
86+
"paths": [
87+
"test_data/empty_go.go",
88+
],
89+
"upstream": true,
90+
"verb": "TRUNK_VERB_CHECK",
91+
},
92+
{
93+
"command": "check",
94+
"fileGroupName": "ALL",
95+
"linter": "semgrep",
96+
"paths": [
97+
"test_data/empty_js.js",
98+
],
99+
"upstream": true,
100+
"verb": "TRUNK_VERB_CHECK",
101+
},
102+
{
103+
"command": "check",
104+
"fileGroupName": "ALL",
105+
"linter": "semgrep",
106+
"paths": [
107+
"test_data/empty_py.py",
108+
],
109+
"upstream": true,
110+
"verb": "TRUNK_VERB_CHECK",
111+
},
112+
{
113+
"command": "check",
114+
"fileGroupName": "ALL",
115+
"linter": "semgrep",
116+
"paths": [
117+
"test_data/request.py",
118+
],
119+
"upstream": true,
120+
"verb": "TRUNK_VERB_CHECK",
121+
},
122+
],
123+
"taskFailures": [],
124+
"unformattedFiles": [],
125+
}
126+
`;

0 commit comments

Comments
 (0)