Update RBI files for rubocop-rspec.
This commit is contained in:
parent
77c40acd26
commit
6d308a6ea4
@ -1,6 +1,6 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# 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
|
||||
|
||||
@ -236,6 +236,7 @@ class RuboCop::Cop::RSpec::ContextWording < ::RuboCop::Cop::RSpec::Base
|
||||
|
||||
def bad_prefix?(description); end
|
||||
def joined_prefixes; end
|
||||
def prefix_regex; end
|
||||
def prefixes; end
|
||||
end
|
||||
|
||||
@ -432,11 +433,10 @@ class RuboCop::Cop::RSpec::ExampleLength < ::RuboCop::Cop::RSpec::Base
|
||||
|
||||
private
|
||||
|
||||
def code_length(node); end
|
||||
def message(length); end
|
||||
def cop_label; 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
|
||||
include(::RuboCop::Cop::ConfigurableEnforcedStyle)
|
||||
Loading…
x
Reference in New Issue
Block a user