We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3409a09 commit 98a6b73Copy full SHA for 98a6b73
.rubocop.yml
@@ -11,6 +11,9 @@ AllCops:
11
- test/ruby-syntax-fixtures/**/*
12
- test.rb
13
14
+Gemspec/DevelopmentDependencies:
15
+ Enabled: false
16
+
17
Layout/LineLength:
18
Max: 80
19
Gemfile.lock
@@ -17,9 +17,9 @@ GEM
prettier_print (1.2.0)
rainbow (3.1.1)
rake (13.0.6)
20
- regexp_parser (2.6.1)
+ regexp_parser (2.6.2)
21
rexml (3.2.5)
22
- rubocop (1.43.0)
+ rubocop (1.44.1)
23
json (~> 2.3)
24
parallel (~> 1.10)
25
parser (>= 3.2.0.0)
0 commit comments