Update RBI files for rubocop-rspec.
This commit is contained in:
parent
e708302aed
commit
f241f0d12e
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# 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 `bin/tapioca gem rubocop-rspec`.
|
# Please instead update this file by running `bin/tapioca gem rubocop-rspec`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module RuboCop; end
|
module RuboCop; end
|
||||||
module RuboCop::Cop; end
|
module RuboCop::Cop; end
|
||||||
module RuboCop::Cop::Layout; end
|
module RuboCop::Cop::Layout; end
|
||||||
@ -1505,11 +1505,13 @@ RuboCop::Cop::RSpec::Variable::Subjects = RuboCop::RSpec::Language::Subjects
|
|||||||
class RuboCop::Cop::RSpec::VariableDefinition < ::RuboCop::Cop::RSpec::Base
|
class RuboCop::Cop::RSpec::VariableDefinition < ::RuboCop::Cop::RSpec::Base
|
||||||
include ::RuboCop::Cop::ConfigurableEnforcedStyle
|
include ::RuboCop::Cop::ConfigurableEnforcedStyle
|
||||||
include ::RuboCop::Cop::RSpec::Variable
|
include ::RuboCop::Cop::RSpec::Variable
|
||||||
|
extend ::RuboCop::Cop::AutoCorrector
|
||||||
|
|
||||||
def on_send(node); end
|
def on_send(node); end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
|
def correct_variable(variable); end
|
||||||
def string?(node); end
|
def string?(node); end
|
||||||
def style_violation?(variable); end
|
def style_violation?(variable); end
|
||||||
def symbol?(node); end
|
def symbol?(node); end
|
||||||
@ -1585,6 +1587,8 @@ module RuboCop::RSpec; end
|
|||||||
|
|
||||||
class RuboCop::RSpec::AlignLetBrace
|
class RuboCop::RSpec::AlignLetBrace
|
||||||
include ::RuboCop::RSpec::Language
|
include ::RuboCop::RSpec::Language
|
||||||
|
include ::RuboCop::PathUtil
|
||||||
|
include ::RuboCop::Cop::Util
|
||||||
|
|
||||||
def initialize(root, token); end
|
def initialize(root, token); end
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user