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
Create scanner for removing comments and continuations (#2230)
* Create scanner for removing comments and continuations
* When reading the requirements txt, handle line
continuations and remove comments
* Fix fast_generator test
* Update pkg/requirements/requirements_test.go
Co-authored-by: Aron Carroll <[email protected]>
Signed-off-by: Will Sackfield <[email protected]>
* Fix config test
* Include beginning of line comment testing
* Handle CRLF line breaks
* Move no whitespace string logic to scanner
* Restore removing whitespace strings above scanner
* Scanner exits when the token is nil on return
---------
Signed-off-by: Will Sackfield <[email protected]>
Co-authored-by: Aron Carroll <[email protected]>
0 commit comments