mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
Add rubocop
This commit is contained in:
parent
ba8bf8088f
commit
ae89630e69
2 changed files with 22 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
source 'https://rubygems.org'
|
||||
ruby '3.1.0'
|
||||
|
||||
gem 'rubocop', '1.24.1'
|
||||
gem 'wordexp', '~> 0.1'
|
||||
|
|
|
|||
|
|
@ -1,12 +1,33 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
ast (2.4.2)
|
||||
parallel (1.21.0)
|
||||
parser (3.1.0.0)
|
||||
ast (~> 2.4.1)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.2.0)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.24.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.15.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.15.1)
|
||||
parser (>= 3.0.1.1)
|
||||
ruby-progressbar (1.11.0)
|
||||
unicode-display_width (2.1.0)
|
||||
wordexp (0.1.1)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-21
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop
|
||||
wordexp (~> 0.1)
|
||||
|
||||
RUBY VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue