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
v0.10.0
Adds the docs namespace and its docs:links target, which checks that
relative links and heading anchors across a repository's markdown
resolve. The checker is public as github.com/ttab/mage/doclint.
add golangci-lint config and fix lint errors
Add a .golangci.yml matching the elephantine/tt-live setup and resolve
all resulting findings: rename twirp.TwirpTools to twirp.Tools, wrap
errors from internal helpers, modernize interface{} to any, and fix
whitespace/nlreturn issues.
add GrantReportingFromJSON helper
Accepts a JSON-encoded array of table names and delegates to
GrantReporting. This allows projects to embed their reporting
table list as a JSON file and pass it directly.