ci: sync golangci-lint config (#767)

github-actions[bot] and aymanbagabas created

Co-authored-by: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com>

Change summary

.golangci.yml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.golangci.yml 🔗

@@ -33,6 +33,9 @@ linters:
     generated: lax
     presets:
       - common-false-positives
+  settings:
+    exhaustive:
+      default-signifies-exhaustive: true
 issues:
   max-issues-per-linter: 0
   max-same-issues: 0