Skip to content

Commit f528659

Browse files
committed
Merge pull request #59 from codeclimate/will/catch-enoent
catch ENOENT
2 parents 4ff7ea2 + b4a86c2 commit f528659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cc/engine/analyzers/analyzer_base.rb

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Analyzers
66
class Base
77
RESCUABLE_ERRORS = [
88
::CC::Engine::Analyzers::ParserError,
9+
::Errno::ENOENT,
910
::Racc::ParseError,
1011
]
1112

0 commit comments

Comments
 (0)