Skip to content

Commit

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

Also reverts trunk because staging has a bug.

---------

Co-authored-by: TylerJang27 <[email protected]>
Co-authored-by: Tyler Jang <[email protected]>
  • Loading branch information
3 people authored Jun 5, 2024
1 parent 0fe98e4 commit b4f2927
Show file tree
Hide file tree
Showing 8 changed files with 1,164 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 0.1

# version used for local trunk runs and testing
cli:
version: 1.22.2-beta.16
version: 1.22.2-beta.9
shell_hooks:
enforce: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ exports[`Testing linter ansible-lint test FQCN 1`] = `
"level": "LEVEL_HIGH",
"line": "2",
"linter": "ansible-lint",
"message": "Use \`ansible.builtin.yum\` or \`ansible.legacy.yum\` instead.",
"message": "Use \`ansible.builtin.dnf\` or \`ansible.legacy.dnf\` instead.",
"targetType": "custom",
},
{
Expand Down Expand Up @@ -493,7 +493,7 @@ exports[`Testing linter ansible-lint test FQCN 1`] = `
"level": "LEVEL_HIGH",
"line": "78",
"linter": "ansible-lint",
"message": "Use \`ansible.builtin.yum\` or \`ansible.legacy.yum\` instead.",
"message": "Use \`ansible.builtin.dnf\` or \`ansible.legacy.dnf\` instead.",
"targetType": "custom",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ exports[`Testing linter ansible-lint test non_FQCN 1`] = `
"level": "LEVEL_HIGH",
"line": "2",
"linter": "ansible-lint",
"message": "Use \`ansible.builtin.yum\` or \`ansible.legacy.yum\` instead.",
"message": "Use \`ansible.builtin.dnf\` or \`ansible.legacy.dnf\` instead.",
"targetType": "custom",
},
{
Expand Down Expand Up @@ -481,7 +481,7 @@ exports[`Testing linter ansible-lint test non_FQCN 1`] = `
"level": "LEVEL_HIGH",
"line": "78",
"linter": "ansible-lint",
"message": "Use \`ansible.builtin.yum\` or \`ansible.legacy.yum\` instead.",
"message": "Use \`ansible.builtin.dnf\` or \`ansible.legacy.dnf\` instead.",
"targetType": "custom",
},
{
Expand Down
Loading

0 comments on commit b4f2927

Please sign in to comment.