@@ -903,7 +903,7 @@ var configurations = []Type{
903
903
InfoModes : nil ,
904
904
WarningModes : nil ,
905
905
ErrorModes : []rulemode.Type {rulemode .Default },
906
- RuleFunction : rulefunction .LibraryPropertiesUrlFieldMissing ,
906
+ RuleFunction : rulefunction .LibraryPropertiesURLFieldMissing ,
907
907
},
908
908
{
909
909
ProjectType : projecttype .Library ,
@@ -919,7 +919,7 @@ var configurations = []Type{
919
919
InfoModes : nil ,
920
920
WarningModes : nil ,
921
921
ErrorModes : []rulemode.Type {rulemode .Default },
922
- RuleFunction : rulefunction .LibraryPropertiesUrlFieldLTMinLength ,
922
+ RuleFunction : rulefunction .LibraryPropertiesURLFieldLTMinLength ,
923
923
},
924
924
{
925
925
ProjectType : projecttype .Library ,
@@ -935,7 +935,7 @@ var configurations = []Type{
935
935
InfoModes : nil ,
936
936
WarningModes : []rulemode.Type {rulemode .Permissive },
937
937
ErrorModes : []rulemode.Type {rulemode .Default },
938
- RuleFunction : rulefunction .LibraryPropertiesUrlFieldInvalid ,
938
+ RuleFunction : rulefunction .LibraryPropertiesURLFieldInvalid ,
939
939
},
940
940
{
941
941
ProjectType : projecttype .Library ,
@@ -951,7 +951,7 @@ var configurations = []Type{
951
951
InfoModes : nil ,
952
952
WarningModes : []rulemode.Type {rulemode .Default },
953
953
ErrorModes : []rulemode.Type {rulemode .Strict },
954
- RuleFunction : rulefunction .LibraryPropertiesUrlFieldDeadLink ,
954
+ RuleFunction : rulefunction .LibraryPropertiesURLFieldDeadLink ,
955
955
},
956
956
{
957
957
ProjectType : projecttype .Library ,
@@ -3703,7 +3703,7 @@ var configurations = []Type{
3703
3703
InfoModes : nil ,
3704
3704
WarningModes : nil ,
3705
3705
ErrorModes : []rulemode.Type {rulemode .Default },
3706
- RuleFunction : rulefunction .PackageIndexPackagesPlatformsUrlMissing ,
3706
+ RuleFunction : rulefunction .PackageIndexPackagesPlatformsURLMissing ,
3707
3707
},
3708
3708
{
3709
3709
ProjectType : projecttype .PackageIndex ,
@@ -3719,7 +3719,7 @@ var configurations = []Type{
3719
3719
InfoModes : nil ,
3720
3720
WarningModes : nil ,
3721
3721
ErrorModes : []rulemode.Type {rulemode .Default },
3722
- RuleFunction : rulefunction .PackageIndexPackagesPlatformsUrlIncorrectType ,
3722
+ RuleFunction : rulefunction .PackageIndexPackagesPlatformsURLIncorrectType ,
3723
3723
},
3724
3724
{
3725
3725
ProjectType : projecttype .PackageIndex ,
@@ -3735,7 +3735,7 @@ var configurations = []Type{
3735
3735
InfoModes : nil ,
3736
3736
WarningModes : nil ,
3737
3737
ErrorModes : []rulemode.Type {rulemode .Default },
3738
- RuleFunction : rulefunction .PackageIndexPackagesPlatformsUrlInvalidFormat ,
3738
+ RuleFunction : rulefunction .PackageIndexPackagesPlatformsURLInvalidFormat ,
3739
3739
},
3740
3740
{
3741
3741
ProjectType : projecttype .PackageIndex ,
@@ -4631,7 +4631,7 @@ var configurations = []Type{
4631
4631
InfoModes : nil ,
4632
4632
WarningModes : nil ,
4633
4633
ErrorModes : []rulemode.Type {rulemode .Default },
4634
- RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsUrlMissing ,
4634
+ RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsURLMissing ,
4635
4635
},
4636
4636
{
4637
4637
ProjectType : projecttype .PackageIndex ,
@@ -4647,7 +4647,7 @@ var configurations = []Type{
4647
4647
InfoModes : nil ,
4648
4648
WarningModes : nil ,
4649
4649
ErrorModes : []rulemode.Type {rulemode .Default },
4650
- RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsUrlIncorrectType ,
4650
+ RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsURLIncorrectType ,
4651
4651
},
4652
4652
{
4653
4653
ProjectType : projecttype .PackageIndex ,
@@ -4663,7 +4663,7 @@ var configurations = []Type{
4663
4663
InfoModes : nil ,
4664
4664
WarningModes : nil ,
4665
4665
ErrorModes : []rulemode.Type {rulemode .Default },
4666
- RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsUrlInvalidFormat ,
4666
+ RuleFunction : rulefunction .PackageIndexPackagesToolsSystemsURLInvalidFormat ,
4667
4667
},
4668
4668
{
4669
4669
ProjectType : projecttype .PackageIndex ,
0 commit comments