Commit Graph

7 Commits

Author SHA1 Message Date
Takashi Kajinami e181dd6926 Adapt to new versions
This updates a few files to adapt new version of software, especially
tox and setuptools.

Change-Id: Ifd90a45b8bda78008f40cb3b713d9dee6e76bd56
2024-01-26 16:20:03 +09:00
Goutham Pacha Ravi 037158d760 Remove tox env for python2.7
Python 2.7 will reach the end of its
life on January 1st, 2020. Since it
won't be maintained after that date,
there is no need for this tox
environment.

Change-Id: I24bd15537db2ac48d6e27ade19c5edf83034f5e6
2019-10-24 22:30:14 -07:00
Ben Swartzlander 0c98cfee3e Wrap long lines
Fix bashate warning E006 by wrapping long lines.

Also make sure bashate runs on init scripts that don't end
in .sh.

Change-Id: I077a064505e6f11f61c65279a54c9b2430044bf0
2017-01-29 23:56:20 +00:00
Ben Swartzlander 0358d1f175 Conform to bashate standards for control structures
Enable bashate errors E010 and E011 which require "then" and "do"
tokens on the same lines as "if" and "while" respectively.

Change-Id: I4a167530a21ab95d5dbe9f903facc9566a0461e2
2017-01-29 23:56:06 +00:00
Ben Swartzlander 6f370f0608 Convert tabs to spaces
Replace all tabs with 4 spaces, and re-enable bashate
warnings E002 and E003.

Change-Id: I11f3a9ca9b910555e1b1477c52288493f9bb0244
2017-01-29 18:55:19 -05:00
Ben Swartzlander bba826c7c8 Don't run bashate on output directories
Ignore output directories when running bashate to make it
easier to run the tests on an active repo.

Change-Id: I07ce0d9e3d7946048fa3743c68d2222884923866
2017-01-29 18:54:25 -05:00
Ben Swartzlander aab91a6caa Fix bashate job
Bashate relies on tox, so add the required files for tox.

Change-Id: I86bcf54095d54666f45a3eb26f25a136ddd3319f
2017-01-27 15:02:06 -05:00