Closed Pulv closed 6 years ago
Please refactor this to only have the lines the actually changed be a part of the the PR. As is git thinks every line of the file is being replaced and obfuscates the code that is actually changed.
That said, this needs to be reworked so that it's an optional argument (add -f
flag in the argparse section and then an if statement to check to apply it or not). As it is now the -f flag is added to every attempt to run and it doesn't show up in the cdqr.py --help (adding it to argparse section will add the help entry).
Please make those changes and I'll review again
Added lines 1557 and 1631-1643 to be able to include a filter file.