Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Catch RubyParser exceptions #62

Merged
merged 1 commit into from
Dec 29, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/cc/engine/analyzers/analyzer_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Base
::CC::Engine::Analyzers::ParserError,
::Errno::ENOENT,
::Racc::ParseError,
::RubyParser::SyntaxError,
]

def initialize(engine_config:)
Expand Down