Closed afwilkin closed 11 months ago
@bkueng let me know if there is any changes you would like me to make
Thanks Andrew! I appreciate it!
Apologies Beat, I did not see you had reviewed this. I will fix these
@bkueng I addressed your comments. I know you mentioned there are some CI problems that we will incur. Mainly the long method. what is the method length that will pass the CICD test so I know how to modify the code?
I needed to approve so the checks are running. They're queued now and should run shortly. This is from a previous run: https://github.com/PX4/flight_review/actions/runs/6726581710/job/18290754736#step:5:14.
You can run the checks locally with ./run_pylint.sh
@bkueng made changes.
Also added something to the bottom of the readme to let others know to run ./run_pylint
before making PR to help with CICD.
When you want to download a parameter file... it can not be directly uploaded into QGC. This givces you the option to download the QGC compatible one. This PR was based off of @farhangnaderi PR here: #264