-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* unifies source file search for inputs and imports, fixes filtering of path containing 'testdata' * implements CR suggestions by Joao * rewrites handling of CLI options in regards to inputs, fixes parsing file inputs with positional information * fixes unit tests * adapts unit tests to new config options * implements CR suggestions by Joao * splits CLI parsing into two steps and adds besides the input file and recusive mode a package mode * fixes verification of empty directories in mode * passes actually the flag to the relevant methods * fixes 2 bugs where non-text files would be tried to be decoded and read and where we cannot resolve the qualifier for a package * implements CR suggestions by Joao * sets log level based on final config * fixes evaluation of option * fixes Gobra to verify entire package if no line numbers are specified
- Loading branch information
Showing
12 changed files
with
435 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.