File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1616
1717#include " Firestore/core/src/nanopb/byte_string.h"
1818
19- #include < cctype>
2019#include < cstdlib>
20+
21+ #include < cctype>
2122#include < cstring>
2223#include < iomanip>
2324#include < ostream>
Original file line number Diff line number Diff line change 1616
1717#include " Firestore/core/src/nanopb/byte_string.h"
1818
19- #include < cstdint>
2019#include < cstdlib>
2120
21+ #include < cstdint>
22+
2223#include " Firestore/core/src/nanopb/nanopb_util.h"
2324#include " gmock/gmock.h"
2425#include " gtest/gtest.h"
Original file line number Diff line number Diff line change 1616
1717#include " Firestore/core/test/unit/util/executor_test.h"
1818
19+ #include < cstdlib>
20+
1921#include < chrono> // NOLINT(build/c++11)
2022#include < condition_variable> // NOLINT(build/c++11)
21- #include < cstdlib>
22- #include < future> // NOLINT(build/c++11)
23+ #include < future> // NOLINT(build/c++11)
2324#include < string>
2425#include < thread> // NOLINT(build/c++11)
2526
Original file line number Diff line number Diff line change 1616
1717#include " Firestore/core/src/util/schedule.h"
1818
19- #include < chrono> // NOLINT(build/c++11)
2019#include < cstdlib>
20+
21+ #include < chrono> // NOLINT(build/c++11)
2122#include < string>
2223
2324#include " Firestore/core/src/util/task.h"
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ def lint_py(files):
141141 global _flake8_warned
142142 if not _flake8_warned :
143143 _flake8_warned = True
144- _logger .warn (textwrap .dedent (
144+ _logger .warning (textwrap .dedent (
145145 """
146146 Could not find flake8 on $PATH; skipping python lint.
147147 Install with:
You can’t perform that action at this time.
0 commit comments