Ruby: Make similar changes to differentiate extraction errors and warnings, and mostly restore original behaviour.

This commit is contained in:
Geoffrey White
2024-10-03 17:27:52 +01:00
parent 4c7ec59306
commit 1ea94faccf
6 changed files with 28 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
extractionError
extractionWarning
| src/not_ruby.rb:5:25:5:26 | A parse error occurred. Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis. |

View File

@@ -1 +0,0 @@
| src/not_ruby.rb:5:25:5:26 | A parse error occurred. Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis. | Extraction failed in src/not_ruby.rb with error A parse error occurred. Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis. | 2 |