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 need to abstract out all the putss and Launchy.open into configurable reporters. Ideally linters would only return their results, and they would be handed off to reporters. Alternatively a reporter could be passed into the linters. Examples of reporters can be found in rubocop, in rspec, and haml-lint.
The text was updated successfully, but these errors were encountered:
We need to abstract out all the
puts
s andLaunchy.open
into configurable reporters. Ideally linters would only return their results, and they would be handed off to reporters. Alternatively a reporter could be passed into the linters. Examples of reporters can be found in rubocop, in rspec, and haml-lint.The text was updated successfully, but these errors were encountered: