We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that using the -e flag doesn't currently filter packages.
-e
The only reference to the exceptPackages flag in main.go is here:
exceptPackages
main.go
https://github.com/360EntSecGroup-Skylar/goreporter/blob/09a24e155e0a58994a8eb2032fa303fd101f353c/main.go#L103-L105
And it appears that setting the option on the Reporter was removed here:
Reporter
https://github.com/360EntSecGroup-Skylar/goreporter/pull/38/files#diff-7ddfb3e035b42cd70649cc33393fe32cL103
Was this intentionally changed or is this something that can be reverted by passing exceptPackages to NewReporter?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears that using the
-e
flag doesn't currently filter packages.The only reference to the
exceptPackages
flag inmain.go
is here:https://github.com/360EntSecGroup-Skylar/goreporter/blob/09a24e155e0a58994a8eb2032fa303fd101f353c/main.go#L103-L105
And it appears that setting the option on the
Reporter
was removed here:https://github.com/360EntSecGroup-Skylar/goreporter/pull/38/files#diff-7ddfb3e035b42cd70649cc33393fe32cL103
Was this intentionally changed or is this something that can be reverted by passing
exceptPackages
to NewReporter?The text was updated successfully, but these errors were encountered: