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
add ignore_comments argument to scan_file function / which would be passed in turn to identify_hazard. If true, then identified lines are scanned for a comment '#' which proceeds the hazard.
This implementation seems simpler than trying to update the regexp to have a negative look-behind.
Currently scan_file includes lines where hazards are in comments, which may not be necessary.
The text was updated successfully, but these errors were encountered: