php7mar icon indicating copy to clipboard operation
php7mar copied to clipboard

Rebuilt scanner and options and report naming

Open notian opened this issue 8 years ago • 1 comments

  • Convert the scanner to a Directory Iterator
  • Removed the skip blank lines to allow for correct line numbers
  • Added trim of whitespace to skip tab/space only lines
  • Converted options to use getopt so that "-f file" is valid as well as "-f=file"
  • Changed report filename to start with project instead of timestamp for easier sorting/tab-completion

notian avatar Aug 09 '17 17:08 notian

This fixes #39.

joeparsons avatar Dec 17 '18 23:12 joeparsons