Skip to content

Commit

Permalink
Ignore crashing cops
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 29, 2024
1 parent c670b83 commit ff17f4d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
13 changes: 12 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- tmp/*
- bin/*
Expand Down Expand Up @@ -65,3 +65,14 @@ Style/SymbolArray:

Naming/InclusiveLanguage:
Enabled: false


# Crashing cops. We need to update rubocop at some point but better do it in its own PR.
Layout/BlockAlignment:
Exclude:
- config/initializers/inflections.rb
- config/routes.rb
- lib/tasks/cron.rake
- lib/tasks/dev.rake
- lib/tasks/shipit.rake
- lib/tasks/teams.rake
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,10 @@ GEM
omniauth (>= 1.9, < 3)
paquito (0.10.0)
msgpack (>= 1.5.2)
parallel (1.21.0)
parser (3.1.1.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.3.3)
pry (0.14.1)
coderay (~> 1.1)
Expand All @@ -265,7 +266,7 @@ GEM
pubsubstub (0.2.2)
rack
redis (~> 4.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-session (1.0.2)
rack (< 3)
Expand Down Expand Up @@ -317,7 +318,7 @@ GEM
redis (4.8.1)
redis-objects (1.7.0)
redis
regexp_parser (2.2.1)
regexp_parser (2.9.2)
reline (0.5.8)
io-console (~> 0.5)
responders (3.1.0)
Expand All @@ -334,11 +335,11 @@ GEM
rubocop-ast (>= 1.7.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-shopify (2.2.0)
rubocop (~> 1.18)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-rails (6.0.0)
Expand Down Expand Up @@ -391,7 +392,7 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.5.0)
useragent (0.16.10)
validate_url (1.0.15)
activemodel (>= 3.0.0)
Expand Down

0 comments on commit ff17f4d

Please sign in to comment.