@@ -1739,37 +1739,37 @@ linters-settings:
1739
1739
begin : false
1740
1740
1741
1741
usestdlibvars :
1742
- # Suggest the use of http.MethodXX
1742
+ # Suggest the use of http.MethodXX.
1743
1743
# Default: true
1744
1744
http-method : false
1745
- # Suggest the use of http.StatusXX
1745
+ # Suggest the use of http.StatusXX.
1746
1746
# Default: true
1747
1747
http-status-code : false
1748
- # Suggest the use of time.Weekday.String()
1748
+ # Suggest the use of time.Weekday.String().
1749
1749
# Default: true
1750
1750
time-weekday : true
1751
- # Suggest the use of time.Month.String()
1751
+ # Suggest the use of time.Month.String().
1752
1752
# Default: false
1753
1753
time-month : true
1754
- # Suggest the use of time.Layout
1754
+ # Suggest the use of time.Layout.
1755
1755
# Default: false
1756
1756
time-layout : true
1757
- # Suggest the use of crypto.Hash.String()
1757
+ # Suggest the use of crypto.Hash.String().
1758
1758
# Default: false
1759
1759
crypto-hash : true
1760
- # Suggest the use of rpc.DefaultXXPath
1760
+ # Suggest the use of rpc.DefaultXXPath.
1761
1761
# Default: false
1762
1762
default-rpc-path : true
1763
- # Suggest the use of os.DevNull
1763
+ # Suggest the use of os.DevNull.
1764
1764
# Default: false
1765
1765
os-dev-null : true
1766
- # Suggest the use of sql.LevelXX.String()
1766
+ # Suggest the use of sql.LevelXX.String().
1767
1767
# Default: false
1768
1768
sql-isolation-level : true
1769
- # Suggest the use of tls.SignatureScheme.String()
1769
+ # Suggest the use of tls.SignatureScheme.String().
1770
1770
# Default: false
1771
1771
tls-signature-scheme : true
1772
- # suggest the use of constant.Kind.String()
1772
+ # Suggest the use of constant.Kind.String().
1773
1773
# Default: false
1774
1774
constant-kind : true
1775
1775
0 commit comments