Skip to content

Commit

Permalink
Auto add snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 authored and github-actions[bot] committed Oct 29, 2024
1 parent bedf6e2 commit 62a6bab
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions linters/gitleaks/test_data/gitleaks_v8.21.2_basic.check.shot
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// trunk-upgrade-validation:RELEASE

exports[`Testing linter gitleaks test basic 1`] = `
{
"issues": [],
"lintActions": [
{
"command": "lint",
"fileGroupName": "ALL",
"linter": "gitleaks",
"paths": [
"test_data/basic.py",
],
"verb": "TRUNK_VERB_CHECK",
},
{
"command": "lint",
"fileGroupName": "ALL",
"linter": "gitleaks",
"paths": [
"test_data/basic.py",
],
"upstream": true,
"verb": "TRUNK_VERB_CHECK",
},
],
"taskFailures": [],
"unformattedFiles": [],
}
`;

0 comments on commit 62a6bab

Please sign in to comment.