Module: ERBLint::Linters::Helpers::RubocopHelpers
- Included in:
 - BlankslateApiMigration, CloseButtonComponentMigrationCounter, MigrateDeprecatedFlashArguments, SuperInComponentTemplates
 
- Defined in:
 - lib/primer/view_components/linters/helpers/rubocop_helpers.rb
 
Overview
Provides helpers related to RuboCop.
Instance Method Summary collapse
Instance Method Details
#erb_ast(code) ⇒ Object
      8 9 10  | 
    
      # File 'lib/primer/view_components/linters/helpers/rubocop_helpers.rb', line 8 def erb_ast(code) RuboCop::AST::ProcessedSource.new(code, RUBY_VERSION.to_f).ast end  |