Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jul 14, 2024
1 parent 2f1682e commit 63c6246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/only_changed/few_relevant/mock_bins/rubocop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

case ARGV
when %w[--list-target-files]
puts Dir['**/*.rb']
# puts Dir['**/*.rb']
when %W[--require #{ENV['GITHUB_ACTION_PATH']}/rdjson_formatter/rdjson_formatter.rb --format RdjsonFormatter --fail-level error a.rb]

Check warning on line 6 in test/only_changed/few_relevant/mock_bins/rubocop

View workflow job for this annotation

GitHub Actions / test-skip-install-and-use-bundler

[rubocop] reported by reviewdog 🐶 Line is too long. [133/120] Raw Output: test/only_changed/few_relevant/mock_bins/rubocop:6:121: C: Layout/LineLength: Line is too long. [133/120]
puts 'Mock message for reviewdog'
else
Expand Down
2 changes: 1 addition & 1 deletion test/only_changed/too_many_relevant/mock_bins/rubocop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

case ARGV
when %w[--list-target-files]
puts Dir['**/*.rb']
# puts Dir['**/*.rb']
when %W[--require #{ENV['GITHUB_ACTION_PATH']}/rdjson_formatter/rdjson_formatter.rb --format RdjsonFormatter --fail-level error]

Check warning on line 6 in test/only_changed/too_many_relevant/mock_bins/rubocop

View workflow job for this annotation

GitHub Actions / test-skip-install-and-use-bundler

[rubocop] reported by reviewdog 🐶 Line is too long. [128/120] Raw Output: test/only_changed/too_many_relevant/mock_bins/rubocop:6:121: C: Layout/LineLength: Line is too long. [128/120]
puts 'Mock message for reviewdog'
else
Expand Down

0 comments on commit 63c6246

Please sign in to comment.