Comment 4 for bug 1550203

Revision history for this message
Norbert Illes (nilles) wrote :

Thanks for letting me know!

The patch set you mentioned has a comment on it (along with a -1) from Ian Wienand. He has a merged patch set to ignore the heredoc contents: https://review.openstack.org/#/c/237429/ (BTW, I absolutely agree whit that)
As far as I can see, currently we only have E006 false-positives in heredoc sections, but after I've applied the above patch set,
the false-positives are gone.

So I think, a way forward with E006 can be to fix the issues, but exclude the errors in heredocs. Then temporarily modify tox.ini to run bashate with "--ignore E006" until a new bashate version released with Ian's patch.