Skip to content

Commit

Permalink
Merge pull request ruby-formatter#1 from danielma/dma/start-over
Browse files Browse the repository at this point in the history
Starting over
  • Loading branch information
Daniel Ma authored Aug 14, 2017
2 parents 0e3fd5a + 55e9744 commit 32ab281
Show file tree
Hide file tree
Showing 23 changed files with 2,232 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ rvm:
- ruby-head
before_install: gem install bundler -v 1.15.1
script:
- bundle exec rake ci
- bundle exec rspec spec/lib/rufo/new_formatter_spec.rb
1 change: 1 addition & 0 deletions lib/rufo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def self.format(code, **options)
require_relative "rufo/backport"
require_relative "rufo/command"
require_relative "rufo/dot_file"
require_relative "rufo/new_formatter"
require_relative "rufo/formatter"
require_relative "rufo/formatter/settings"
require_relative "rufo/version"
Loading

0 comments on commit 32ab281

Please sign in to comment.