1
0
mirror of synced 2026-08-05 18:46:56 +00:00

DEV: Add disable_ternary plugin to syntax tree (#28)

This commit is contained in:
David Taylor
2023-01-23 14:06:01 +00:00
committed by GitHub
parent 84c0995081
commit f19d9a8aa6
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
--print-width=100
--plugins=plugin/trailing_comma
--plugins=plugin/trailing_comma,disable_ternary
+1
View File
@@ -5,4 +5,5 @@ source "https://rubygems.org"
group :development do
gem "rubocop-discourse"
gem "syntax_tree"
gem "syntax_tree-disable_ternary"
end
+2
View File
@@ -30,6 +30,7 @@ GEM
ruby-progressbar (1.11.0)
syntax_tree (5.1.0)
prettier_print (>= 1.2.0)
syntax_tree-disable_ternary (1.0.0)
unicode-display_width (2.3.0)
PLATFORMS
@@ -43,6 +44,7 @@ PLATFORMS
DEPENDENCIES
rubocop-discourse
syntax_tree
syntax_tree-disable_ternary
BUNDLED WITH
2.3.10