Skip to content

Commit

Permalink
Remove shebang from Rakefile
Browse files Browse the repository at this point in the history
New rubocop version have Lint/ScriptPermission, Rakefile don't need
shebang so decided to drop it from here.

https://docs.rubocop.org/rubocop/cops_lint.html#lintscriptpermission
  • Loading branch information
archanaserver authored and chris1984 committed Mar 20, 2024
1 parent ae36cec commit 6f13fdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env rake
begin
require 'bundler/setup'
rescue LoadError
Expand Down Expand Up @@ -44,4 +43,4 @@ end

task :default do
Rake::Task['rubocop'].execute
end
end

0 comments on commit 6f13fdd

Please sign in to comment.