Skip to content

Commit

Permalink
Add rubocop TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Dec 15, 2022
1 parent bd9e8f0 commit c41e5ce
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-performance
- rubocop-rspec
Expand Down
26 changes: 26 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-12-15 12:40:47 UTC using RuboCop version 1.40.0.
# 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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 2
RSpec/PendingWithoutReason:
Exclude:
- 'spec/feature/remap/map_pending_spec.rb'
- 'spec/integration/remap/rule/map_spec.rb'

# Offense count: 3
# This cop supports safe autocorrection (--autocorrect).
Style/RedundantConstantBase:
Exclude:
- 'spec/feature/remap/fixed_spec.rb'
- 'spec/feature/remap/with_argument_constructor_spec.rb'

# Offense count: 1
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/RedundantEach:
Exclude:
- 'lib/remap/state/extension.rb'

0 comments on commit c41e5ce

Please sign in to comment.