-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
puts "Hello, " + "world!" | ||
Check warning on line 1 in a.rb
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
puts "Hello, " + "world!" | ||
Check warning on line 1 in test/only_checked/files/a.rb
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/usr/bin/env ruby | ||
Check warning on line 1 in test/only_checked/mock_bins/rubocop
|
||
|
||
case ARGV | ||
when %w[--list-target-files] | ||
puts %w[a.rb b.rb c.rb] | ||
|
||
else | ||
abort "rubocop mock called with unexpected arguments:\n#{ARGV.join("\n")}" | ||
end |