We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df0172d commit ec28374Copy full SHA for ec28374
Rakefile
@@ -66,7 +66,7 @@ end
66
67
desc 'Lint Ruby code.'
68
task :lint_ruby do
69
- sh "bundle exec rubocop #{"-f g" if ENV.key?("GITHUB_ACTIONS")} -c .rubocop.yml"
+ sh "bundle exec rubocop #{'-f g' if ENV.key?('GITHUB_ACTIONS')} -c .rubocop.yml"
70
sh 'bundle exec brakeman -q -z --no-summary --no-pager'
71
end
72
0 commit comments