Skip to content

Commit

Permalink
bundle update + stree rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
skipkayhil committed Mar 29, 2023
1 parent afa1272 commit cc687a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
minitest (5.17.0)
prettier_print (1.2.0)
minitest (5.18.0)
prettier_print (1.2.1)
rake (13.0.6)
syntax_tree (6.0.0)
syntax_tree (6.1.1)
prettier_print (>= 1.2.0)

PLATFORMS
Expand Down
6 changes: 5 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
require "minitest/test_task"
require "syntax_tree/rake_tasks"

Minitest::TestTask.create

task default: :test
SyntaxTree::Rake::CheckTask.new
SyntaxTree::Rake::WriteTask.new

task default: [:test, "stree:check"]

0 comments on commit cc687a2

Please sign in to comment.