summaryrefslogtreecommitdiff
path: root/CPPLINT.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Reland "Enable "cros lint" presubmit check"Tom Hughes2022-04-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a reland of commit b294077eed6da053eeca07ce5546830d5404c9a1 Now that zmake has a pylint config file, this should be safe to enable. Original change's description: > Enable "cros lint" presubmit check > > The cpplint check run by cros lint is disabled with the CPPLINT.cfg file > since it doesn't apply. Other linters, such as Python and Shell are > applicable and will be run. > > BRANCH=none > BUG=b:217969201 > TEST=none > > Signed-off-by: Tom Hughes <tomhughes@chromium.org> > Change-Id: Ie9aba283d7bf927913ff834c586ec9e8d0e9e9a1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3444587 > Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> BRANCH=none BUG=b:217969201 TEST=none Change-Id: I796a191333128c35903dd60237e677f854132c50 Signed-off-by: Jeremy Bettis <jbettis@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3581652 Reviewed-by: Tom Hughes <tomhughes@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org>
* Revert "Enable "cros lint" presubmit check"Jack Rosenthal2022-02-081-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b294077eed6da053eeca07ce5546830d5404c9a1. Reason for revert: "cros lint" is not compatible with black, which is the required formatter in the zephyr/ directory Original change's description: > Enable "cros lint" presubmit check > > The cpplint check run by cros lint is disabled with the CPPLINT.cfg file > since it doesn't apply. Other linters, such as Python and Shell are > applicable and will be run. > > BRANCH=none > BUG=b:217969201 > TEST=none > > Signed-off-by: Tom Hughes <tomhughes@chromium.org> > Change-Id: Ie9aba283d7bf927913ff834c586ec9e8d0e9e9a1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3444587 > Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Bug: b:217969201 Change-Id: If5099e67309b429feea3b4c912948512978c5287 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3449112 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Tested-by: Jack Rosenthal <jrosenth@chromium.org>
* Enable "cros lint" presubmit checkTom Hughes2022-02-081-0/+4
The cpplint check run by cros lint is disabled with the CPPLINT.cfg file since it doesn't apply. Other linters, such as Python and Shell are applicable and will be run. BRANCH=none BUG=b:217969201 TEST=none Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ie9aba283d7bf927913ff834c586ec9e8d0e9e9a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3444587 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>