Skip to content

Commit 7396304

Browse files
committed
Drop unrelated changes from linter_settings.go
1 parent 690b735 commit 7396304

File tree

2 files changed

+81
-88
lines changed

2 files changed

+81
-88
lines changed

pkg/commands/internal/migrate/migrate_linters_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func toAsasalintSettings(old versionone.AsasalintSettings) versiontwo.AsasalintS
100100
}
101101

102102
func toBiDiChkSettings(old versionone.BiDiChkSettings) versiontwo.BiDiChkSettings {
103-
// The values are true be default, but the defaults are defined after the configuration loading.
103+
// The values are true be default, but the default are defined after the configuration loading.
104104
// So the serialization doesn't have good results, but it's complex to do better.
105105
return versiontwo.BiDiChkSettings{
106106
LeftToRightEmbedding: old.LeftToRightEmbedding,

0 commit comments

Comments
 (0)