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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
@timaschew I think for me it's some of the sentence particles using arbitrary punctuation, in combination with all-lowercase words. I don't think the logs are awful, they're just not super-polished.
For example, outdated name of a dependency : please update: is just strange use of the colon twice.
A clear structure like
LOG_LEVEL + TITLE + ":" + MESSAGE
Warning - Outdated Dependencies: Please update "component/search.js" to "componentjs/search.js"
// or
Warning: Outdated Dependencies
Please update "component/search.js" to "componentjs/search.js"
// or
Warning -> Outdated Dependencies: Please update "component/search.js" to "componentjs/search.js"
Would be good to hear from @stephenmathieson for detail about possible improvements.
imo, this is horrible:
why not:
... or something?
The text was updated successfully, but these errors were encountered: