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
parse
Unused variable warning is not returned by the parse command when using --reporter issues.
--reporter issues
Here is a sample app that I prepared: https://github.com/samuelsainz/unusedVariableSampleApp
This file is the xcactivitylog dumped with the dump command. You can see in this line that the warning is there.
dump
Here you can see the output of the command:
xclogparser parse --file /Users/myuser/Library/Developer/Xcode/DerivedData/UnusedVariableWarningsSample-emoqxhjdjzmpatabnvgnsfcmgrkg/Logs/Build/BC2F776D-D644-46F6-AB7A-2CDBA1EF2073.xcactivitylog --reporter issues --output issues-output.json
XCLogParser version is 0.2.37
0.2.37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Unused variable warning is not returned by the parse command when using
--reporter issues
.Here is a sample app that I prepared: https://github.com/samuelsainz/unusedVariableSampleApp
This file is the xcactivitylog dumped with the
dump
command. You can see in this line that the warning is there.Here you can see the output of the command:
xclogparser parse --file /Users/myuser/Library/Developer/Xcode/DerivedData/UnusedVariableWarningsSample-emoqxhjdjzmpatabnvgnsfcmgrkg/Logs/Build/BC2F776D-D644-46F6-AB7A-2CDBA1EF2073.xcactivitylog --reporter issues --output issues-output.json
XCLogParser version is
0.2.37
The text was updated successfully, but these errors were encountered: