1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/engine
Dhaval Shah fce35b91d2
[Bugbash] Kceu22 bugbash/fix staticcheck warnings (#3917)
* cleanup: error string formating

Fixes Staticcheck ST1005
KubeCon EU 2022 BugBash

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* cleanup: merge var declaration with assignment

Fixes staticcheck S1021

Kubecon EU 2022 Bugbash

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* cleanup normalize yoda condition to simple compare

fixes staticcheck ST1017

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* cleanup: remove extraneous err param on executeTest

err is not used anywhere except to throw Fatal inside execureTest()
fix staticcheck SA4009

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* fix: match validation error message to actual errors

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* cleanup: more of normalize validation error messages

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

* cleanup: additional error message formatting fixes

Signed-off-by: Dhaval Shah <30974879+dhavalgshah@users.noreply.github.com>

Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
2022-05-14 22:04:35 +01:00
..
anchor chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
common chore: add unconvert linter (#3867) 2022-05-10 20:28:45 +01:00
context Allow variables of any kind to be defined (#3828) 2022-05-07 20:30:11 +00:00
jmespath chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
jsonutils refactor: move common utils (#3553) 2022-04-05 13:02:43 +00:00
mutate [Bugbash] Kceu22 bugbash/fix staticcheck warnings (#3917) 2022-05-14 22:04:35 +01:00
operator *Range Operators (#2622) 2021-10-29 13:48:23 +02:00
response cleanup event messages and sources (#3741) 2022-05-02 05:14:32 +00:00
utils chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
validate [Bugbash] Kceu22 bugbash/fix staticcheck warnings (#3917) 2022-05-14 22:04:35 +01:00
variables chore: add unconvert linter (#3867) 2022-05-10 20:28:45 +01:00
wildcards chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
apiPath.go chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
apiPath_test.go Add unit test 2021-03-08 22:56:14 -05:00
background.go chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
forceMutate.go refactor: engine context (#3563) 2022-04-09 11:52:50 +00:00
forceMutate_test.go refactor: engine context (#3563) 2022-04-09 11:52:50 +00:00
generation.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
imageVerify.go skip var checks in attestations (#3876) 2022-05-11 09:31:48 +00:00
imageVerify_test.go fix check and add logs (#3838) 2022-05-08 07:45:02 +00:00
imageVerifyMetadata.go handle duplicate images; use container name as key (#3779) 2022-05-05 14:06:18 -07:00
imageVerifyValidate.go handle duplicate images; use container name as key (#3779) 2022-05-05 14:06:18 -07:00
jsonContext.go chore: enable whitespace linter (#3864) 2022-05-10 17:01:29 +00:00
loadtargets.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
loadtargets_test.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
mutation.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
mutation_test.go Allow variables of any kind to be defined (#3828) 2022-05-07 20:30:11 +00:00
policyContext.go refactor: dclient package (#3775) 2022-05-03 13:30:04 +08:00
utils.go Fix subject match selector issue in cli (#3887) 2022-05-11 15:21:13 +00:00
utils_test.go handle subresources (#3841) 2022-05-09 18:50:50 -07:00
validation.go [Bugbash] Kceu22 bugbash/fix staticcheck warnings (#3917) 2022-05-14 22:04:35 +01:00
validation_test.go [Bugbash] Kceu22 bugbash/fix staticcheck warnings (#3917) 2022-05-14 22:04:35 +01:00