-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Firestore: Remove obsolete NOLINT comments #14347
Conversation
…4, build/c++tr1, build/namespaces_literals
96fd28a
to
605d689
Compare
I think this broken the
|
Hi @dconeybe, does the above suggestion make sense to you? |
Possibly, yes. It looks like the "lint" check tries to be smart and only scan files that have "changed". I must have changed those files in this PR but not run the lint check. I'll open a PR to fix this. It's trivial. |
Opened #14374 to fix the lint errors. |
This PR removes
NOLINT
comments from the code base that are obsolete as of #14320, which deleted obsolete c++11 and c++14 lint checks.#no-changelog