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
all: add revive linter, excluding var-naming and unused-param.
var-naming has a _huge_ amount of conflicts (3k+) due to the use of
Id initialism instead of ID (and to a lesser extent, URL, HTTP, and
a few SCREAMING_SNAKE_CASES).
unused-param has a bunch laying around too that would add some noise.
0 commit comments