summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-09-07 23:58:12 -0700
committerGitHub <noreply@github.com>2019-09-07 23:58:12 -0700
commit0ec80e8f161d90120ce161f35dc00b026a57ddd9 (patch)
tree4a76c5af32591983d53ea99d1dd1ef7cd843b998 /var
parent48c3c833e8c48fb210dca1121c7b80694bf6e4e0 (diff)
downloadspack-0ec80e8f161d90120ce161f35dc00b026a57ddd9.tar.gz
spack-0ec80e8f161d90120ce161f35dc00b026a57ddd9.tar.bz2
spack-0ec80e8f161d90120ce161f35dc00b026a57ddd9.tar.xz
spack-0ec80e8f161d90120ce161f35dc00b026a57ddd9.zip
flake8: only add E501 exemptions when absolutely necessary (#12755)
E501 (line too long) exemptions are probably our most common ones -- we add them for directives, URLs, hashes, etc. in packages. But we currently add them even when a line *doesn't* need them, which can mask trailing whitespace errors. This changes `spack flake8` so that it will only add E501 exemptions if the line is *actually* too long. Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'var')
0 files changed, 0 insertions, 0 deletions