Skip to content

Commit

Permalink
Skips Lint/ConstantDefinitionInBlock for spec
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Sep 22, 2020
1 parent 1708c48 commit af84fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-09-07 20:25:04 UTC using RuboCop version 0.90.0.
# on 2020-09-22 21:05:24 UTC using RuboCop version 0.91.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
2 changes: 1 addition & 1 deletion spec/dnsimple/client/client_service_spec.rb
Expand Up @@ -6,7 +6,7 @@

describe "#paginate" do
service_class = Class.new(Dnsimple::Client::ClientService) do
Item = Class.new(Dnsimple::Struct::Base) do
Item = Class.new(Dnsimple::Struct::Base) do # rubocop:disable Lint/ConstantDefinitionInBlock
attr_accessor :id
end

Expand Down

0 comments on commit af84fcb

Please sign in to comment.