Skip to content

Commit

Permalink
Merge branch 'master' of github.com:castwide/solargraph
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Aug 13, 2020
2 parents c72a570 + 0d12b62 commit 6da186f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/solargraph/shell.rb
Expand Up @@ -153,6 +153,7 @@ def typecheck *files
probcount += problems.length
end
puts "#{probcount} problem#{probcount != 1 ? 's' : ''} found#{files.length != 1 ? " in #{filecount} of #{files.length} files" : ''}."
exit 1 if probcount.positive?
end

desc 'scan', 'Test the workspace for problems'
Expand Down

0 comments on commit 6da186f

Please sign in to comment.