Skip to content

Commit a5c9041

Browse files
committed
update golden tests
1 parent 4977a57 commit a5c9041

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)