6 Commits

Author SHA1 Message Date
James E. Blair
0e327b9092 Ignore E011 in bashate
Change-Id: Id735a21cda1fc46e40b4f9ea51410d89bbf000a1
2016-01-07 16:52:39 -08:00
Andreas Jaeger
e617d1ffce Disable bashate long line warning
We still have 79 bashate warnings for lines longer than 79 characters.
bashate also warns about here documents, so cutting down on all of
them is not worth it. Let's disable these bashate warnings so that we can
see the real problems.

Warnings disabled are of the form:
[W] E006: Line too long: ...

Change-Id: I3abfae4432f9432af6e0d8b43bfc340673f06802
2015-12-23 13:57:05 +01:00
Andreas Jaeger
1db085d5ec Wrap some overly long lines
To cut down on noise when running bashate, wrap some overlong lines.

Change-Id: I23dcffbae2539d3d6b11e5527f3d4cbf08a18064
2015-12-23 13:56:53 +01:00
Paul Belanger
b544a361ef Run gate-project-config-bashate on .sh files only
Like pep8 before we are trying to reduce the amount of jobs launched
in the check / gate pipelines. Over the last 200 commits only 2 or 3
files have been touched.

We are also reducing run-bashate.sh and remove unsourced files.

Change-Id: Ie77fad9a272fb41fbb48f94ceee910954e903939
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-11-11 11:27:39 -05:00
Andreas Jaeger
c4548a079a Fix local bashate runs
My repository contained .test directory from different tests and
that failed the bashate test, exclude it from bashate checks so
that tox -e bashate works locally.

Change-Id: I99c531d425cfc4464ec7461b339fd0b40ce13148
2014-10-01 19:48:09 +02:00
K Jonathan Harker
2f03cf35e5 Clean up bashate failures
Also create tools/run-bashate.sh to wrap a find command to search for
files to run bashate on, and use it in tox.

Change-Id: I5ab07425f566a556f158a4b76b00aa35f9fb4385
2014-09-30 12:39:48 -07:00