Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 21, 2023
1 parent 805d868 commit a6c2ac0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/integration/stylelint-vscode/__snapshots__/test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Array [
"message": "Unexpected unknown at-rule \\"@unknown\\" (scss/at-rule-no-unknown)",
"range": Object {
"end": Object {
"character": 30,
"character": 8,
"line": 0,
},
"start": Object {
Expand Down Expand Up @@ -74,7 +74,7 @@ Array [
"message": "Unknown rule this-rule-does-not-exist.",
"range": Object {
"end": Object {
"character": 1,
"character": 4,
"line": 0,
},
"start": Object {
Expand All @@ -90,7 +90,7 @@ Array [
"message": "Unknown rule this-rule-also-does-not-exist.",
"range": Object {
"end": Object {
"character": 1,
"character": 4,
"line": 0,
},
"start": Object {
Expand Down Expand Up @@ -225,8 +225,8 @@ Array [
"message": "Unexpected unit (length-zero-no-unit)",
"range": Object {
"end": Object {
"character": 10,
"line": 1,
"character": 12,
"line": 3,
},
"start": Object {
"character": 10,
Expand Down Expand Up @@ -329,7 +329,7 @@ Object {
"message": "Disable for \\"indentation\\" is missing a description",
"range": Object {
"end": Object {
"character": 5,
"character": 48,
"line": 2,
},
"start": Object {
Expand All @@ -345,7 +345,7 @@ Object {
"message": "Disable for \\"indentation\\" is missing a description",
"range": Object {
"end": Object {
"character": 1,
"character": 34,
"line": 5,
},
"start": Object {
Expand All @@ -361,7 +361,7 @@ Object {
"message": "Disable for \\"indentation\\" is missing a description",
"range": Object {
"end": Object {
"character": 15,
"character": 53,
"line": 11,
},
"start": Object {
Expand Down

0 comments on commit a6c2ac0

Please sign in to comment.