Skip to content

Commit

Permalink
add rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 26, 2024
1 parent 06fbb31 commit cb2e4c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require: rubocop-rails
AllCops:
NewCops: enable
DisplayCopNames: true
Exclude:
- Rakefile
Expand Down
24 changes: 16 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
jsbundling-rails (1.3.0)
railties (>= 6.0.0)
json (2.6.3)
json (2.7.1)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
Expand All @@ -223,6 +223,7 @@ GEM
json-jwt (>= 1.11.0)
rails (>= 4.2)
language_list (1.2.1)
language_server-protocol (3.17.0.3)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand Down Expand Up @@ -286,6 +287,7 @@ GEM
omniauth-oauth2 (1.8.0)
oauth2 (>= 1.4, < 3)
omniauth (~> 2.0)
<<<<<<< Updated upstream
openid_connect (1.4.2)
activemodel
attr_required (>= 1.0.0)
Expand All @@ -300,7 +302,12 @@ GEM
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.1.0)
=======
parallel (1.24.0)
parser (3.3.0.5)
>>>>>>> Stashed changes
ast (~> 2.4.1)
racc
pg (1.4.5)
pg_search (2.3.5)
activerecord (>= 5.2)
Expand Down Expand Up @@ -397,25 +404,26 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.45.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-rails (2.9.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.90.0, < 2.0)
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -470,7 +478,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uniform_notifier (1.16.0)
validate_email (0.1.6)
Expand Down

0 comments on commit cb2e4c7

Please sign in to comment.