diff --git a/linters/markdownlint/test_data/markdownlint_v0.33.0_basic.check.shot b/linters/markdownlint/test_data/markdownlint_v0.33.0_basic.check.shot index 1e2255dc5..23278620e 100644 --- a/linters/markdownlint/test_data/markdownlint_v0.33.0_basic.check.shot +++ b/linters/markdownlint/test_data/markdownlint_v0.33.0_basic.check.shot @@ -1,4 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +// trunk-upgrade-validation:RELEASE exports[`Testing linter markdownlint test basic 1`] = ` { diff --git a/linters/markdownlint/test_data/markdownlint_v0.41.0_basic.check.shot b/linters/markdownlint/test_data/markdownlint_v0.41.0_basic.check.shot deleted file mode 100644 index 23278620e..000000000 --- a/linters/markdownlint/test_data/markdownlint_v0.41.0_basic.check.shot +++ /dev/null @@ -1,43 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP -// trunk-upgrade-validation:RELEASE - -exports[`Testing linter markdownlint test basic 1`] = ` -{ - "issues": [ - { - "code": "MD025", - "file": "test_data/basic.in.md", - "issueClass": "ISSUE_CLASS_EXISTING", - "issueUrl": "https://github.com/DavidAnson/markdownlint/blob/vx.x.x/doc/md025.md", - "level": "LEVEL_LOW", - "line": "3", - "linter": "markdownlint", - "message": "Multiple top-level headings in the same document", - "targetType": "markdown", - }, - ], - "lintActions": [ - { - "command": "lint", - "fileGroupName": "markdown", - "linter": "markdownlint", - "paths": [ - "test_data/basic.in.md", - ], - "verb": "TRUNK_VERB_CHECK", - }, - { - "command": "lint", - "fileGroupName": "markdown", - "linter": "markdownlint", - "paths": [ - "test_data/basic.in.md", - ], - "upstream": true, - "verb": "TRUNK_VERB_CHECK", - }, - ], - "taskFailures": [], - "unformattedFiles": [], -} -`;