~sylvain-pineau/plainbox-provider-checkbox:fix_inline_job_commands_shellcheck_errors

Last commit made on 2020-07-20
Get this branch:
git clone -b fix_inline_job_commands_shellcheck_errors https://git.launchpad.net/~sylvain-pineau/plainbox-provider-checkbox
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fix_inline_job_commands_shellcheck_errors
Repository:
lp:~sylvain-pineau/plainbox-provider-checkbox

Recent commits

5f65ceb... by Sylvain Pineau

units:i2c: Fix shellcheck error (detected on xenial/bionic only)

2c6af1c... by Sylvain Pineau

requirements: Enable manage.py -i (shellcheck on job inline commands)

6f66c77... by Sylvain Pineau

units: Fix all jobs commands shellcheck errors

fbe9c15... by Sylvain Pineau

bin:spindown.sh: Deleted

b702245... by PMR <pmr@pmr-lander>

Merge #387585 from ~kissiel/plainbox-provider-checkbox:edid-samples-cleanup

d6fec30... by Maciej Kisielewski

data: remove extra Philips EDID

There were two files with the same name and different contents.
I decided to remove one of them to reduce potential confusion (and git errors
 on case-insensitive FSes).

793f29d... by PMR <pmr@pmr-lander>

Merge #387579 from ~sylvain-pineau/plainbox-provider-checkbox:fix_flake8_errors

d4209d6... by Sylvain Pineau

bin:*.py: Fix Flake8 W503 (Xenial version, 2.5.4)

Can be forced on recent versions with:

flake8 --select=W503 ./accelerometer_test.py

5efcf93... by Sylvain Pineau

requirements: Add manage.py test -f to run Flake8 on Python scripts

f8b6edc... by Sylvain Pineau

bin:*.py: Fix all Flake8 errors