Add rubocop

This commit is contained in:
Sami Samhuri 2022-01-17 00:44:50 -08:00
parent ba8bf8088f
commit ae89630e69
No known key found for this signature in database
GPG key ID: 4B4195422742FC16
2 changed files with 22 additions and 0 deletions

View file

@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby '3.1.0'
gem 'rubocop', '1.24.1'
gem 'wordexp', '~> 0.1'

View file

@ -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