Open SimonPriceUL opened 1 year ago
Also, the code with the if conditions is poorly indented on purpose as I wanted to see formatting issues raised too
Thanks for the report
The code looks like it should give an alert.
Inside the "Perform CodeQL Analysis" step the should be a section called "Extracting javascript" and within that section there should be a line that starts "Extracting` followed by your file name. Does that line exist in the log?
I am looking at using CodeQL for my react app and am using the boiler plate to as much as n extent that I can.
However, when adding poor conditions in the code such as
example https://codeql.github.com/codeql-query-help/javascript/js-duplicate-condition/
expecting CodeQL to throw an issue, this sailed through with no issues. Can someone please help and let me know what I have done wrong.