We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bb2d9 commit b39ea79Copy full SHA for b39ea79
lib/fasterer/github/scanner.rb
@@ -46,7 +46,7 @@ def traverse_and_collect_data
46
def analyze_code(data)
47
analyzer = Fasterer::Github::AnalyzerExtension.new(data[:content64])
48
analyzer.scan
49
- rescue RubyParser::SyntaxError, Racc::ParseError, Timeout::Error
+ rescue RubyParser::SyntaxError, Racc::ParseError, Timeout::Error, RuntimeError
50
output_composer.add_errors(data[:path])
51
else
52
output_composer.add_offences(analyzer.offences, data[:path])
0 commit comments