Skip to content

Commit ec28374

Browse files
committed
Fix linter issues
1 parent df0172d commit ec28374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ end
6666

6767
desc 'Lint Ruby code.'
6868
task :lint_ruby do
69-
sh "bundle exec rubocop #{"-f g" if ENV.key?("GITHUB_ACTIONS")} -c .rubocop.yml"
69+
sh "bundle exec rubocop #{'-f g' if ENV.key?('GITHUB_ACTIONS')} -c .rubocop.yml"
7070
sh 'bundle exec brakeman -q -z --no-summary --no-pager'
7171
end
7272

0 commit comments

Comments
 (0)