mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-09 13:01:33 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -89,7 +89,7 @@ func run(c *cli.Context, backends []types.Backend) error {
|
||||
|
||||
agentToken := c.String("grpc-token")
|
||||
authClient := agentRpc.NewAuthGrpcClient(authConn, agentToken, agentConfig.AgentID)
|
||||
authInterceptor, err := agentRpc.NewAuthInterceptor(authClient, 30*time.Minute) //nolint: gomnd
|
||||
authInterceptor, err := agentRpc.NewAuthInterceptor(authClient, 30*time.Minute) //nolint:mnd
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user