Update RBI files for rubocop-rspec.
This commit is contained in:
parent
77c40acd26
commit
6d308a6ea4
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `rubocop-rspec` gem.
|
# This is an autogenerated file for types exported from the `rubocop-rspec` gem.
|
||||||
# Please instead update this file by running `tapioca sync`.
|
# Please instead update this file by running `bin/tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -236,6 +236,7 @@ class RuboCop::Cop::RSpec::ContextWording < ::RuboCop::Cop::RSpec::Base
|
|||||||
|
|
||||||
def bad_prefix?(description); end
|
def bad_prefix?(description); end
|
||||||
def joined_prefixes; end
|
def joined_prefixes; end
|
||||||
|
def prefix_regex; end
|
||||||
def prefixes; end
|
def prefixes; end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -432,11 +433,10 @@ class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def code_length(node); end
|
def cop_label; end
|
||||||
def message(length); end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
RuboCop::Cop::RSpec::ExampleLength::MSG = T.let(T.unsafe(nil), String)
|
RuboCop::Cop::RSpec::ExampleLength::LABEL = T.let(T.unsafe(nil), String)
|
||||||
|
|
||||||
class RuboCop::Cop::RSpec::ExampleWithoutDescription < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::ExampleWithoutDescription < ::RuboCop::Cop::RSpec::Base
|
||||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||||
Loading…
x
Reference in New Issue
Block a user