We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 182ecf2 + c060bbd commit 371a7cfCopy full SHA for 371a7cf
lib/cc/engine/analyzers/analyzer_base.rb
@@ -8,6 +8,7 @@ class Base
8
::CC::Engine::Analyzers::ParserError,
9
::Errno::ENOENT,
10
::Racc::ParseError,
11
+ ::RubyParser::SyntaxError,
12
]
13
14
def initialize(engine_config:)
0 commit comments