-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
"pronto run" command not working properly #1
Comments
Hi By default It also worth mention that at the moment this runner doesn't return issues which don't have location in lint result xml, because it's impossible to define if it's new or legacy issue. |
I have checked with "./gradlew lint" command and it returns the issue list: but when I execute the command "pronto run", it doesn't show anything. |
At the moment it's hard to guess what's wrong. Is path to xml file with lint results set in |
Thanks for your advice. Although the lint-results.xml file contains some issues. I used the below command in my CircleCI configuration file: Would you please help me regarding this? |
@amo-wtag Could you provide a sample project that reproduces this? |
In android_lint_runner.rb file: offences.select { |offence| offence[:path].end_with?(patch_path) } The android lint result line-num does not match with patch line-num....so, it does not call new_message method that's why its always showing "0 Pronto messages posted to GitHub". Is it possible to change the pronto-android-lint code as like as Android lint result or just commented out the line, then should be worked? |
To be informed that I have installed pronto-android-lint runner from below link which is successfully installed in our machine:
https://github.com/appunite/pronto-android_lint
However, when I try to run the pronto from command line using "pronto run" command, its showing nothing but command is executed with no errors.
Command Line info:
NoNames-Mac-mini:android-mobile-app noname$ pronto version
0.9.5
NoNames-Mac-mini:android-mobile-app noname$ pronto verbose-version
0.9.5 (running on ruby 2.4.3 x86_64-darwin17)
NoNames-Mac-mini:android-mobile-app noname$ pronto run
NoNames-Mac-mini:android-mobile-app noname$
Would you please guide me how can I run pronto for my Android project?
The text was updated successfully, but these errors were encountered: