zephyr/scripts/sanity_chk
Ulf Magnusson 0d39a10fbb scripts: Fix random typo'd whitespace
Reported by pylint's 'bad-whitespace' warning.

Not gonna enable this warning in the CI check, because it flags stuff
like deliberately aligning assignments and gets too cultish. Just a
cleanup pass.

For whatever reason, the common convention in Python is to skip spaces
around '=' when passing keyword arguments and giving default arguments:

    f(x=3, y=4)
    def f(x, y=8):
        ...

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 07:54:17 -04:00
..
boards/unit/unit_testing sanitycheck: fix support for unit tests 2017-10-11 09:21:05 -05:00
.gitignore sanitycheck: add last_sanity.xml to gitignore 2017-10-14 19:22:55 -04:00
expr_parser.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00
harness.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00
ini2yaml.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00
sanity_compare.args boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
sanity_daily.args sanity: Load arguments from files 2016-10-25 13:05:36 +00:00
sanity_last_release.csv release: update sanitycheck release file 2019-09-06 13:31:04 +02:00
sanity_verify.args sanitycheck: run legacy tests only on daily basis 2017-03-07 22:54:54 +00:00
sanitycheck-platform-schema.yaml sanitycheck: support requirements on env variables 2018-10-19 10:57:54 -04:00
sanitycheck-tc-schema.yaml sanitycheck: remove unused platforms keyword 2018-11-19 15:03:55 -05:00
scl.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00