Skip to content

Commit e720fc0

Browse files
committed
add standardrb
1 parent e6c6e49 commit e720fc0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ gem 'rubocop-md', '~> 1', require: false
4343

4444
# Sorbet https://sorbet.org/
4545
gem 'sorbet', '> 0', require: false
46+
47+
# standardrb https://github.com/standardrb/standard
48+
gem 'standard', '~> 1', require: false
49+
gem 'standard-rails', '~> 1', require: false

Gemfile.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ GEM
9494
concurrent-ruby (~> 1.0)
9595
json (2.7.2)
9696
language_server-protocol (3.17.0.3)
97+
lint_roller (1.1.0)
9798
logger (1.6.0)
9899
loofah (2.22.0)
99100
crass (~> 1.0.2)
@@ -237,6 +238,21 @@ GEM
237238
sorbet (0.5.11525)
238239
sorbet-static (= 0.5.11525)
239240
sorbet-static (0.5.11525-x86_64-linux)
241+
standard (1.40.0)
242+
language_server-protocol (~> 3.17.0.2)
243+
lint_roller (~> 1.0)
244+
rubocop (~> 1.65.0)
245+
standard-custom (~> 1.0.0)
246+
standard-performance (~> 1.4)
247+
standard-custom (1.0.2)
248+
lint_roller (~> 1.0)
249+
rubocop (~> 1.50)
250+
standard-performance (1.4.0)
251+
lint_roller (~> 1.1)
252+
rubocop-performance (~> 1.21.0)
253+
standard-rails (1.1.0)
254+
lint_roller (~> 1.0)
255+
rubocop-rails (~> 2.25.0)
240256
strscan (3.1.0)
241257
terminal-table (3.0.2)
242258
unicode-display_width (>= 1.1.1, < 3)
@@ -280,6 +296,8 @@ DEPENDENCIES
280296
rubocop-sorbet (~> 0)
281297
rubocop-thread_safety (~> 0)
282298
sorbet (> 0)
299+
standard (~> 1)
300+
standard-rails (~> 1)
283301
unparser (> 0)
284302

285303
BUNDLED WITH

0 commit comments

Comments
 (0)