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
We could introduce checking of the message against a regular expression, similar to the suggestion in #56. This way you could easily enforce all your messages to be in lower case (and any other checks you can define with regexp). I'll think about the implementation, thanks for the suggestion!
hi! thanks for a great linter
In our codebase, we like to have the message in sentence case. eg
A user has logged in
, and ideally forbida user has logged in
is this something that's possible with sloglint?
thanks!
The text was updated successfully, but these errors were encountered: