File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2+ // trunk-upgrade-validation:RELEASE
3+
4+ exports[`Testing linter ty test basic 1`] = `
5+ {
6+ "issues": [],
7+ "lintActions": [
8+ {
9+ "command": "check",
10+ "fileGroupName": "python",
11+ "linter": "ty",
12+ "paths": [
13+ "test_data/basic.in.py",
14+ ],
15+ "verb": "TRUNK_VERB_CHECK",
16+ },
17+ {
18+ "command": "check",
19+ "fileGroupName": "python",
20+ "linter": "ty",
21+ "paths": [
22+ "test_data/basic.in.py",
23+ ],
24+ "upstream": true,
25+ "verb": "TRUNK_VERB_CHECK",
26+ },
27+ ],
28+ "taskFailures": [],
29+ "unformattedFiles": [],
30+ }
31+ `;
Original file line number Diff line number Diff line change 1+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2+ // trunk-upgrade-validation:RELEASE
3+
4+ exports[`Testing linter ty test interface 1`] = `
5+ {
6+ "issues": [],
7+ "lintActions": [
8+ {
9+ "command": "check",
10+ "fileGroupName": "python-interface",
11+ "linter": "ty",
12+ "paths": [
13+ "test_data/interface.in.pyi",
14+ ],
15+ "verb": "TRUNK_VERB_CHECK",
16+ },
17+ {
18+ "command": "check",
19+ "fileGroupName": "python-interface",
20+ "linter": "ty",
21+ "paths": [
22+ "test_data/interface.in.pyi",
23+ ],
24+ "upstream": true,
25+ "verb": "TRUNK_VERB_CHECK",
26+ },
27+ ],
28+ "taskFailures": [],
29+ "unformattedFiles": [],
30+ }
31+ `;
You can’t perform that action at this time.
0 commit comments