feat(lint): enable wastedassign
diff --git a/.golangci.yml b/.golangci.yml
index 8dc3177..c20c262 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -95,7 +95,6 @@
     - tagliatelle
     - testpackage
     - varnamelen
-    - wastedassign
     - wrapcheck
     - wsl
     # TODO: too much work at this stage as many files are impacted by the lint suggestions, however the reported