@@ -1739,37 +1739,37 @@ linters-settings:
17391739 begin : false
17401740
17411741 usestdlibvars :
1742- # Suggest the use of http.MethodXX
1742+ # Suggest the use of http.MethodXX.
17431743 # Default: true
17441744 http-method : false
1745- # Suggest the use of http.StatusXX
1745+ # Suggest the use of http.StatusXX.
17461746 # Default: true
17471747 http-status-code : false
1748- # Suggest the use of time.Weekday.String()
1748+ # Suggest the use of time.Weekday.String().
17491749 # Default: true
17501750 time-weekday : true
1751- # Suggest the use of time.Month.String()
1751+ # Suggest the use of time.Month.String().
17521752 # Default: false
17531753 time-month : true
1754- # Suggest the use of time.Layout
1754+ # Suggest the use of time.Layout.
17551755 # Default: false
17561756 time-layout : true
1757- # Suggest the use of crypto.Hash.String()
1757+ # Suggest the use of crypto.Hash.String().
17581758 # Default: false
17591759 crypto-hash : true
1760- # Suggest the use of rpc.DefaultXXPath
1760+ # Suggest the use of rpc.DefaultXXPath.
17611761 # Default: false
17621762 default-rpc-path : true
1763- # Suggest the use of os.DevNull
1763+ # Suggest the use of os.DevNull.
17641764 # Default: false
17651765 os-dev-null : true
1766- # Suggest the use of sql.LevelXX.String()
1766+ # Suggest the use of sql.LevelXX.String().
17671767 # Default: false
17681768 sql-isolation-level : true
1769- # Suggest the use of tls.SignatureScheme.String()
1769+ # Suggest the use of tls.SignatureScheme.String().
17701770 # Default: false
17711771 tls-signature-scheme : true
1772- # suggest the use of constant.Kind.String()
1772+ # Suggest the use of constant.Kind.String().
17731773 # Default: false
17741774 constant-kind : true
17751775
0 commit comments