Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: Ignore bazel-kcov artifacts in find_all_sources #12385

Merged

Conversation

jwnimmer-tri
Copy link
Collaborator

@jwnimmer-tri jwnimmer-tri commented Nov 21, 2019

Improves on #12369.

Tested locally via:

mkdir bazel-kcov
cd bazel-kcov
seq 1 10000 | xargs touch 
cd ..
bazel-bin/tools/lint/clang-format-includes --all

This change is Reviewable

@jwnimmer-tri jwnimmer-tri added priority: medium status: single reviewer ok https://drake.mit.edu/reviewable.html labels Nov 21, 2019
Copy link
Contributor

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:LGTM: Pending CI.

Reviewed 2 of 2 files at r1.
Reviewable status: needs platform reviewer assigned, needs at least one assigned reviewer

@SeanCurtis-TRI SeanCurtis-TRI self-assigned this Nov 21, 2019
Copy link
Contributor

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+@SeanCurtis-TRI

Reviewable status: :shipit: complete! all discussions resolved, LGTM from assignee SeanCurtis-TRI(platform)

@jwnimmer-tri
Copy link
Collaborator Author

I realized this would break non-Drake non-Anzu projects (those who have a source tree without 5000 files in it), so I reverted the length checks to stay in the unit test for now.

@jwnimmer-tri jwnimmer-tri merged commit 6f17f94 into RobotLocomotion:master Nov 22, 2019
@jwnimmer-tri jwnimmer-tri deleted the find_all_sources-tidy branch November 22, 2019 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium status: single reviewer ok https://drake.mit.edu/reviewable.html
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants