Update RBI files for rubocop-rspec.

This commit is contained in:
BrewTestBot 2021-11-08 18:11:35 +00:00
parent e708302aed
commit f241f0d12e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# 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`.
# typed: true
module RuboCop; end
module RuboCop::Cop; 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
include ::RuboCop::Cop::ConfigurableEnforcedStyle
include ::RuboCop::Cop::RSpec::Variable
extend ::RuboCop::Cop::AutoCorrector
def on_send(node); end
private
def correct_variable(variable); end
def string?(node); end
def style_violation?(variable); end
def symbol?(node); end
@ -1585,6 +1587,8 @@ module RuboCop::RSpec; end
class RuboCop::RSpec::AlignLetBrace
include ::RuboCop::RSpec::Language
include ::RuboCop::PathUtil
include ::RuboCop::Cop::Util
def initialize(root, token); end