pre-upload: Don't enforce 80 chars for include guards

Avoid enforcing this limit on include guard definitions in C/C++
header files, as they can be quite long due to file structure.

This case is already skipped by the C++ linter (cpplint.py), so
this CL adds consistency by skipping this in the generic linter too.

BUG=none
TEST=run the script on a header file with "#ifndef" directive
     followed by a long name

Change-Id: I1efa7f9a152b11cc47b5a77b8399e7d81ef5dc50
Reviewed-on: https://chromium-review.googlesource.com/1087051
Commit-Ready: Maksim Ivanov <emaxx@chromium.org>
Tested-by: Maksim Ivanov <emaxx@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
1 file changed