You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this error in the CodeQL run: A parse error occurred. Check the syntax of the file. If the file is invalid, correct the error or exclude the file from analysis.
The errored code block in question looks something like this and runs correctly.
<<~BLOCKA if some_condition? <<~BLOCKB BLOCKB end BLOCKA