Skip to content

Commit

Permalink
Configure syntax_tree as formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwatch committed Jul 31, 2022
1 parent 580f58f commit bfa6ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ inherit_from:
- .rubocop/strict.yml

inherit_gem:
prettier: rubocop.yml
standard: config/base.yml
syntax_tree: config/rubocop.yml

AllCops:
NewCops: enable
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ gem "rake"

group :development do
gem "awesome_print"
gem "prettier"
gem "pry-byebug"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "seeing_is_believing"
gem "solargraph"
gem "standard", "~> 1.0", require: false
gem "syntax_tree", require: false
end

group :test do
Expand Down

0 comments on commit bfa6ed6

Please sign in to comment.