Commit 575faa7
chore(deps): update dependency golangci-lint to v2.7.2 (#83)
* chore(deps): update dependency golangci-lint to v2.7.2
* fix: update godoc comments to satisfy godoclint linter
This fixes the go-lint check failure on PR #83 by updating three godoc
comments to follow Go documentation conventions, where comments should
start with the symbol name they're documenting.
Changes made:
- src/aws/ecs.go:15 - Updated EcsClientAPI comment to start with type name
- src/aws/ecs.go:106 - Updated FindLogStreamFromTask comment to start with function name
- src/aws/ssm.go:15 - Updated TaskRunnerConfiguration comment to start with type name
These changes are required by the godoclint linter that is automatically
enabled in golangci-lint v2.7.2 (the .golangci.yml config uses 'default: all').
Could not reproduce the lint failure locally as I have golangci-lint v1.60.1,
but these changes align with standard Go documentation conventions and match
the specific violations reported in the CI failure.
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>
Co-authored-by: Liam Stevens <[email protected]>
Co-authored-by: Claude <[email protected]>1 parent 074ddc6 commit 575faa7
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments