Skip to content

Commit 965a180

Browse files
committed
update golden tests
1 parent 6565a49 commit 965a180

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

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/ghc914/default-config.golden.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"checkParents": "CheckOnSave",
44
"checkProject": true,
55
"formattingProvider": "ormolu",
6+
"linkDocTo": "LinkToLocal",
7+
"linkSourceTo": "LinkToLocal",
68
"maxCompletions": 40,
79
"plugin": {
810
"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)