Skip to content

fix: drop deprecated ctrl.Result.Requeue + gitignore AI files - #217

Merged
gauron99 merged 2 commits into
functions-dev:mainfrom
gauron99:push-oumxtzuzmowq
Aug 25, 2026
Merged

fix: drop deprecated ctrl.Result.Requeue + gitignore AI files#217
gauron99 merged 2 commits into
functions-dev:mainfrom
gauron99:push-oumxtzuzmowq

Conversation

@gauron99

@gauron99 gauron99 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

golangci-lint latest (v2.13.1) fails Lint on main with staticcheck SA1019: controller-runtime deprecated Result.Requeue in favor of RequeueAfter.

The Update that adds the finalizer already triggers a watch event on the object, so an explicit requeue is redundant. Return an empty Result.

  • add AI Claude files into gitignore

golangci-lint latest (v2.13.1) fails Lint on main with staticcheck SA1019:
controller-runtime deprecated Result.Requeue in favor of RequeueAfter.

The Update that adds the finalizer already triggers a watch event on the
object, so an explicit requeue is redundant. Return an empty Result.
@gauron99 gauron99 changed the title fix: drop deprecated ctrl.Result.Requeue fix: drop deprecated ctrl.Result.Requeue + gitignore AI files Aug 25, 2026
@gauron99
gauron99 enabled auto-merge (squash) August 25, 2026 10:55
@gauron99
gauron99 merged commit 1551763 into functions-dev:main Aug 25, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant