pkg/controller
Dave Protasowski ee1db869c7
Update linter config and address lint warnings/failures (#3068)
* fix whitespace linter

* fix usestdlibvars

* fix staticheck

* ignore spancheck warning

* fix linter perfsprint

* fix nolintlint feedback

* fix nilerr lint checks

* fix misspell

* fix mirror lint

* fix intrange linter

* fix gofumpt linter

* fix gosec linter - ignore warning since default min tls version is 1.3

* fix gocritic linter

* fix whitespace

* fix fatcontext linter

* fix errorlint

* fix errname linter

* fix copyloopvar (go1.22) linter

* fix bodyclose linter

* update linter config

* add script to format code

* fix unit test
2024-06-25 14:49:36 +00:00
..
testing Add tags to knative provided reconcile metrics (#1916) 2020-11-24 12:42:35 -08:00
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
controller.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
controller_test.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
helper.go Avoid copying object if TypeMeta is already correct. (#1561) 2020-07-28 00:09:58 -07:00
helper_test.go v2 (#1754) 2020-09-29 13:18:29 -07:00
options.go Allow reconcilers to listen to leader promotion events (#2688) 2023-02-22 15:02:28 +00:00
stats_reporter.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
stats_reporter_test.go Add tags to knative provided reconcile metrics (#1916) 2020-11-24 12:42:35 -08:00
two_lane_queue.go Spelling (#1797) 2020-10-18 14:22:57 -07:00
two_lane_queue_test.go Replace all usages of deprecated wait.PollImmediate with wait.PollUntilContextTimeout (#3004) 2024-04-02 14:44:03 +00:00