Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 371a7cf

Browse files
committed
Merge pull request #62 from codeclimate/will/catch-parse-error
Catch RubyParser exceptions
2 parents 182ecf2 + c060bbd commit 371a7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎lib/cc/engine/analyzers/analyzer_base.rb‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Base
88
::CC::Engine::Analyzers::ParserError,
99
::Errno::ENOENT,
1010
::Racc::ParseError,
11+
::RubyParser::SyntaxError,
1112
]
1213

1314
def initialize(engine_config:)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /