You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go TCK server methods where flagged with high cyclomatic complexity after TCK lint was introduced. This lead to marking some functionalities with //nolint.
Solution
Revisit Go TCK flagged implementations and make sure //nolint flag is removed without failing CI checks.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
Go TCK server methods where flagged with high cyclomatic complexity after TCK lint was introduced. This lead to marking some functionalities with
//nolint
.Solution
Revisit Go TCK flagged implementations and make sure
//nolint
flag is removed without failing CI checks.Alternatives
No response
The text was updated successfully, but these errors were encountered: