File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1353,17 +1353,19 @@ linters-settings:
1353
1353
gomoddirectives :
1354
1354
# Allow local `replace` directives.
1355
1355
# Default: false
1356
- replace-local : false
1356
+ replace-local : true
1357
+
1357
1358
# List of allowed `replace` directives.
1358
1359
# Default: []
1359
1360
replace-allow-list :
1360
1361
- launchpad.net/gocheck
1361
1362
# Allow to not explain why the version has been retracted in the `retract` directives.
1362
1363
# Default: false
1363
- retract-allow-no-explanation : false
1364
+ retract-allow-no-explanation : true
1365
+
1364
1366
# Forbid the use of the `exclude` directives.
1365
1367
# Default: false
1366
- exclude-forbidden : false
1368
+ exclude-forbidden : true
1367
1369
1368
1370
gomodguard :
1369
1371
allowed :
Original file line number Diff line number Diff line change 1638
1638
"replace-local" : {
1639
1639
"description" : " Allow local `replace` directives." ,
1640
1640
"type" : " boolean" ,
1641
- "default" : true
1641
+ "default" : false
1642
1642
},
1643
1643
"replace-allow-list" : {
1644
1644
"description" : " List of allowed `replace` directives." ,
1650
1650
"retract-allow-no-explanation" : {
1651
1651
"description" : " Allow to not explain why the version has been retracted in the `retract` directives." ,
1652
1652
"type" : " boolean" ,
1653
- "default" : true
1653
+ "default" : false
1654
1654
},
1655
1655
"exclude-forbidden" : {
1656
1656
"description" : " Forbid the use of the `exclude` directives." ,
1657
1657
"type" : " boolean" ,
1658
- "default" : true
1658
+ "default" : false
1659
1659
}
1660
1660
}
1661
1661
},
You can’t perform that action at this time.
0 commit comments