|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`Testing linter remark-lint test basic 1`] = ` |
| 4 | +Object { |
| 5 | + "issues": Array [ |
| 6 | + Object { |
| 7 | + "bucket": "remark-lint", |
| 8 | + "code": "no-tabs", |
| 9 | + "column": "5", |
| 10 | + "file": "test_data/basic.in.md", |
| 11 | + "level": "LEVEL_HIGH", |
| 12 | + "line": "13", |
| 13 | + "linter": "remark-lint", |
| 14 | + "message": "Use spaces instead of tabs", |
| 15 | + "targetType": "markdown", |
| 16 | + }, |
| 17 | + Object { |
| 18 | + "bucket": "remark-lint", |
| 19 | + "code": "no-tabs", |
| 20 | + "column": "6", |
| 21 | + "file": "test_data/basic.in.md", |
| 22 | + "level": "LEVEL_HIGH", |
| 23 | + "line": "17", |
| 24 | + "linter": "remark-lint", |
| 25 | + "message": "Use spaces instead of tabs", |
| 26 | + "targetType": "markdown", |
| 27 | + }, |
| 28 | + Object { |
| 29 | + "bucket": "remark-lint", |
| 30 | + "code": "no-tabs", |
| 31 | + "column": "5", |
| 32 | + "file": "test_data/basic.in.md", |
| 33 | + "level": "LEVEL_HIGH", |
| 34 | + "line": "18", |
| 35 | + "linter": "remark-lint", |
| 36 | + "message": "Use spaces instead of tabs", |
| 37 | + "targetType": "markdown", |
| 38 | + }, |
| 39 | + ], |
| 40 | + "lintActions": Array [ |
| 41 | + Object { |
| 42 | + "command": "check", |
| 43 | + "fileGroupName": "markdown", |
| 44 | + "linter": "remark-lint", |
| 45 | + "paths": Array [ |
| 46 | + "test_data/basic.in.md", |
| 47 | + ], |
| 48 | + "verb": "TRUNK_VERB_CHECK", |
| 49 | + }, |
| 50 | + Object { |
| 51 | + "command": "format", |
| 52 | + "fileGroupName": "markdown", |
| 53 | + "linter": "remark-lint", |
| 54 | + "paths": Array [ |
| 55 | + "test_data/basic.in.md", |
| 56 | + ], |
| 57 | + "verb": "TRUNK_VERB_FMT", |
| 58 | + }, |
| 59 | + ], |
| 60 | + "taskFailures": Array [], |
| 61 | + "unformattedFiles": Array [], |
| 62 | +} |
| 63 | +`; |
0 commit comments