Skip to content

Commit

Permalink
todo file again
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Oct 11, 2023
1 parent 69d21d6 commit 6e74076
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 --exclude-limit 200`
# on 2023-10-11 11:57:01 UTC using RuboCop version 1.57.0.
# on 2023-10-11 12:02:42 UTC using RuboCop version 1.57.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
Expand Down Expand Up @@ -1228,11 +1228,12 @@ RSpec/StubbedMock:
- 'spec/lib/apipie/extractor/writer_spec.rb'
- 'spec/lib/apipie/param_description_spec.rb'

# Offense count: 5
# Offense count: 6
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
RSpec/VerifiedDoubles:
Exclude:
- 'spec/lib/apipie/apipies_controller_spec.rb'
- 'spec/lib/apipie/extractor/recorder_spec.rb'
- 'spec/lib/apipie/extractor/writer_spec.rb'
- 'spec/lib/validators/array_validator_spec.rb'

Expand Down

0 comments on commit 6e74076

Please sign in to comment.