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
build: speed up linting by always using ./...
This is quite odd, but revive is super slow when providing many
directories. I suppose they are evaluated several times.
build: reenable atomic mode for test coverage by default
Doc says:
set: bool: does this statement run?
count: int: how many times does this statement run?
atomic: int: count, but correct in multithreaded tests;
significantly more expensive.