pkg/reconciler
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 Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
OWNERS update OWNERS files to use teams with active members (#2672) 2023-02-06 16:58:45 +00:00
configstore.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
deletion.go Add possibility to implement a deletion handler in a reconciler. (#2089) 2021-04-19 08:38:00 -07:00
events.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
events_test.go Better support for error wrapping with ReconcilerEvents (#2106) 2021-04-26 11:00:40 -07:00
filter.go codegen - support multiple annotation keys (#2350) 2021-11-17 13:53:28 -08:00
filter_test.go golang format tools (#1099) 2020-02-17 09:56:10 -08:00
leader.go Avoid double-resyncs without leader election. (#2252) 2021-09-02 09:46:06 -07:00
leader_test.go Avoid double-resyncs without leader election. (#2252) 2021-09-02 09:46:06 -07:00
reconcile_common.go Define a global for `reconciler.DefaultTimeout`. (#2597) 2022-09-21 02:44:09 +00:00
reconcile_common_test.go Groom conditions LastTransitionTime in postprocess (#1403) 2020-06-18 11:46:25 -07:00
retry.go Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
retry_test.go Add errorlint and fix all existing issues (#1855) 2020-10-29 01:14:35 -07:00