spack/lib/spack
Todd Gamblin 0ec80e8f16
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>
2019-09-07 23:58:12 -07:00
..
docs Update docs on module loads command (#12702) 2019-09-07 18:32:02 -05:00
env Add implicit rpaths to compiler detection (#7153) 2019-08-24 06:21:45 -07:00
external copyright: update license headers for 2013-2019 copyright. 2019-01-01 00:44:28 -08:00
llnl permissions: fix file permissions on intermediate install directories (#12399) 2019-08-20 23:08:02 -07:00
spack flake8: only add E501 exemptions when absolutely necessary (#12755) 2019-09-07 23:58:12 -07:00