Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a55cf7

Browse files
committed
[ci skip] appease linter
1 parent d61b447 commit 7a55cf7

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

coderd/apidoc/docs.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/util/maps/maps_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func TestSubset(t *testing.T) {
5151
expected: false,
5252
},
5353
} {
54+
tc := tc
5455
t.Run("#"+strconv.Itoa(idx), func(t *testing.T) {
5556
t.Parallel()
5657

codersdk/workspaceagents.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ func (c *Client) WorkspaceAgentListeningPorts(ctx context.Context, agentID uuid.
394394

395395
type WorkspaceAgentContainer struct {
396396
// CreatedAt is the time the container was created.
397-
CreatedAt time.Time `json:"created_at"`
397+
CreatedAt time.Time `json:"created_at" format:"date-time"`
398398
// ID is the unique identifier of the container.
399399
ID string `json:"id"`
400400
// FriendlyName is the human-readable name of the container.

docs/reference/api/agents.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/api/schemas.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)