diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index b6897c91..ae394a82 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -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'