Skip to content

Commit 0ae5db3

Browse files
Saizanfendor
authored andcommitted
update golden tests
1 parent fc07c8c commit 0ae5db3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

test/testdata/schema/ghc910/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"checkParents": "CheckOnSave",
44
"checkProject": true,
55
"formattingProvider": "ormolu",
6-
"linkToHackage": false,
6+
"linkDocTo": "LinkToLocal",
7+
"linkSourceTo": "LinkToLocal",
78
"maxCompletions": 40,
89
"plugin": {
910
"alternateNumberFormat": {

test/testdata/schema/ghc912/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"checkParents": "CheckOnSave",
44
"checkProject": true,
55
"formattingProvider": "ormolu",
6-
"linkToHackage": false,
6+
"linkDocTo": "LinkToLocal",
7+
"linkSourceTo": "LinkToLocal",
78
"maxCompletions": 40,
89
"plugin": {
910
"alternateNumberFormat": {

test/testdata/schema/ghc96/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"checkParents": "CheckOnSave",
44
"checkProject": true,
55
"formattingProvider": "ormolu",
6-
"linkToHackage": false,
6+
"linkDocTo": "LinkToLocal",
7+
"linkSourceTo": "LinkToLocal",
78
"maxCompletions": 40,
89
"plugin": {
910
"alternateNumberFormat": {

test/testdata/schema/ghc98/default-config.golden.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"checkParents": "CheckOnSave",
44
"checkProject": true,
55
"formattingProvider": "ormolu",
6-
"linkToHackage": false,
6+
"linkDocTo": "LinkToLocal",
7+
"linkSourceTo": "LinkToLocal",
78
"maxCompletions": 40,
89
"plugin": {
910
"alternateNumberFormat": {

0 commit comments

Comments
 (0)