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
Cheers for the plugin. I'd like to request implementation of a reporter pattern (that you'll find on most linters, test runners, etc) so that we can choose how to display the results of the bless operation on our files, rather than having a predefined message output through gutil.log.
Typically this is done by adding a property such like bless to each file in the original stream, with some useful properties attached.
The text was updated successfully, but these errors were encountered:
Cheers for the plugin. I'd like to request implementation of a reporter pattern (that you'll find on most linters, test runners, etc) so that we can choose how to display the results of the
bless
operation on our files, rather than having a predefined message output throughgutil.log
.Typically this is done by adding a property such like
bless
to each file in the original stream, with some useful properties attached.The text was updated successfully, but these errors were encountered: