pkg/reconciler/testing
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
..
actions.go Moving reconcile/testing from serving to pkg. (#387) 2019-04-17 08:19:28 -07:00
actions_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
context.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
events.go Moving reconcile/testing from serving to pkg. (#387) 2019-04-17 08:19:28 -07:00
generate_name_reactor.go Change how we test the generateName reactor. (#688) 2019-09-16 17:25:45 -07:00
generate_name_reactor_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
hooks.go Use go sync/atomic instead of go.uber.org/atomic (#2777) 2023-08-02 16:26:48 +00:00
hooks_test.go v2 (#1754) 2020-09-29 13:18:29 -07:00
reactions.go Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
reactions_test.go gofumpt the repo (#3067) 2024-06-25 07:27:07 +00:00
sorter.go Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
sorter_test.go Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
table.go Update linter config and address lint warnings/failures (#3068) 2024-06-25 14:49:36 +00:00
tracker.go Add GetObservers to tracker interface (#1896) 2020-11-10 10:19:59 -08:00
tracker_test.go Go1.19 changes (#2631) 2022-11-03 22:34:05 +00:00
util.go v2 (#1754) 2020-09-29 13:18:29 -07:00