We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c0995 commit f19d9a8Copy full SHA for f19d9a8
.streerc
@@ -1,2 +1,2 @@
1
--print-width=100
2
---plugins=plugin/trailing_comma
+--plugins=plugin/trailing_comma,disable_ternary
Gemfile
@@ -5,4 +5,5 @@ source "https://rubygems.org"
5
group :development do
6
gem "rubocop-discourse"
7
gem "syntax_tree"
8
+ gem "syntax_tree-disable_ternary"
9
end
Gemfile.lock
@@ -30,6 +30,7 @@ GEM
30
ruby-progressbar (1.11.0)
31
syntax_tree (5.1.0)
32
prettier_print (>= 1.2.0)
33
+ syntax_tree-disable_ternary (1.0.0)
34
unicode-display_width (2.3.0)
35
36
PLATFORMS
@@ -43,6 +44,7 @@ PLATFORMS
43
44
DEPENDENCIES
45
rubocop-discourse
46
syntax_tree
47
+ syntax_tree-disable_ternary
48
49
BUNDLED WITH
50
2.3.10
0 commit comments