Skip to content

Commit

Permalink
fixes rubocop offences
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-santos-foxbit committed Aug 21, 2024
1 parent 379ab77 commit 5a7c853
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true
require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec
task default: :spec
1 change: 1 addition & 0 deletions bin/console
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "lightspark/client"
Expand Down

0 comments on commit 5a7c853

Please sign in to comment.