mikeizbicki / cmc-csci046

CMC's Data Structures and Algorithms Course Materials
55 stars 155 forks source link

linter test fail #447

Closed giffiecode closed 1 year ago

giffiecode commented 1 year ago

despite passing all tests on terminal, my linter on github fail to run, causing the tests to fail without even running the actual test. How to solve this?

Screen Shot 2023-02-06 at 10 45 32 PM
jbecker7 commented 1 year ago

Hi, @ypei23

This error comes from GitHub's built-in linter. If you look at line 23, it says you are missing whitespace around an arithmetic operator on line 57 of your code. Once you fix this, you should be good to go.