Skip to content

Commit

Permalink
Suppress Rubocop warnings in language/execution_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed May 9, 2024
1 parent 506117a commit 42c3bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language/execution_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

2.times do
runner.instance_exec do
`test #{:command}`
`test #{:command}` # rubocop:disable Lint/LiteralInInterpolation
end
end

Expand Down Expand Up @@ -84,7 +84,7 @@

2.times do
runner.instance_exec do
%x{test #{:command}}
%x{test #{:command}} # rubocop:disable Lint/LiteralInInterpolation
end
end

Expand Down

0 comments on commit 42c3bc5

Please sign in to comment.