Skip to content

Commit

Permalink
rubocop --auto-gen-config --auto-gen ...
Browse files Browse the repository at this point in the history
We are sitting on 1.56.4, whereas last time we were on .0. Seems like
rubocop-rspec is still in the process of figuring out what to do wrt
RSpec/FilePath (rubocop/rubocop-rspec#1723),
so this seems appropriate
  • Loading branch information
argvniyx-enroute committed Sep 29, 2023
1 parent ddd6221 commit 8cf68bc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 99999 --no-auto-gen-timestamp`
# using RuboCop version 1.56.0.
# using RuboCop version 1.56.4.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -49,6 +49,15 @@ Performance/MapMethodChain:
Exclude:
- 'lib/rubocop/cop/betterment/server_error_assertion.rb'

# Offense count: 3
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
Exclude:
- 'spec/rubocop/cop/betterment/utils/hardcoded_attribute_spec.rb'
- 'spec/rubocop/cop/betterment/utils/method_return_table_spec.rb'
- 'spec/rubocop/cop/betterment/utils/parser_spec.rb'

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
Rails/NegateInclude:
Expand Down

0 comments on commit 8cf68bc

Please sign in to comment.