-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hey, it's me again! :D
I noticed this behaviour with v0.8.0:
irb
require "tty-command"
cmd = TTY::Command.new(pty: true)
cmd.run('rubocop')
=>
8908f6bb] Running rubocop
[8908f6bb] .rubocop.yml: Lint/EndAlignment has the wrong namespace - should be Layout
[8908f6bb] Inspecting 28 files
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb] .
[8908f6bb]
[8908f6bb] 28 files inspected, no offenses detected
[8908f6bb] Finished in 1.704 seconds with exit status 0 (successful)
Without the pty
option it works fine, in v0.7.0 both with or without works fine.
Metadata
Metadata
Assignees
Labels
No labels