Skip to content

Commit

Permalink
Auto-add missing snapshots (#812)
Browse files Browse the repository at this point in the history
Create new snapshots from
https://github.com/trunk-io/plugins/actions/runs/9610384264

Co-authored-by: TylerJang27 <42743566+TylerJang27@users.noreply.github.com>
  • Loading branch information
trunk-open-pr-bot[bot] and TylerJang27 committed Jun 21, 2024
1 parent c0c9261 commit e88d58c
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions linters/cfnlint/test_data/cfnlint_v1.3.2_basic.check.shot
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// trunk-upgrade-validation:RELEASE

exports[`Testing linter cfnlint test basic 1`] = `
{
"issues": [
{
"code": "E3030",
"column": "7",
"file": "test_data/basic.in.yaml",
"issueClass": "ISSUE_CLASS_EXISTING",
"issueUrl": "https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/rules.md",
"level": "LEVEL_HIGH",
"line": "19",
"linter": "cfnlint",
"message": "'DNSS' is not one of ['DNS', 'EMAIL']",
"targetType": "cloudformation",
},
{
"code": "E3012",
"column": "7",
"file": "test_data/basic.in.yaml",
"issueClass": "ISSUE_CLASS_EXISTING",
"issueUrl": "https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/rules.md",
"level": "LEVEL_HIGH",
"line": "21",
"linter": "cfnlint",
"message": "'*.test.io' is not of type 'array'",
"targetType": "cloudformation",
},
],
"lintActions": [
{
"command": "lint",
"fileGroupName": "cloudformation",
"linter": "cfnlint",
"paths": [
"test_data/basic.in.yaml",
],
"verb": "TRUNK_VERB_CHECK",
},
{
"command": "lint",
"fileGroupName": "cloudformation",
"linter": "cfnlint",
"paths": [
"test_data/basic.in.yaml",
],
"upstream": true,
"verb": "TRUNK_VERB_CHECK",
},
],
"taskFailures": [],
"unformattedFiles": [],
}
`;

0 comments on commit e88d58c

Please sign in to comment.