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
too_long_first_document is a new lint that would ideally be more automatable. Currently it suggests adding empty lines when the first doc line ends in a period, but I wonder if we should also have it suggest splitting the docs after the first sentence break (typically a period and a space) as a MaybeIncorrect suggestion that people can __CARGO_FIX_YOLO=1 if they need.