-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
beginnerGood starter issues!Good starter issues!enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!
Description
Description:
Passing subdir to 'tools/check_format.py check' will fail:
Repro steps:
$ /tools/check_format.py check source/common/stats
ERROR: header_order.py check failed for file: ./thread_local_store.cc
ERROR: header_order.py check failed for file: ./stats_impl.cc
ERROR: header_order.py check failed for file: ./grpc_metrics_service_impl.cc
ERROR: header_order.py check failed for file: ./statsd.cc
ERROR: check format failed. run 'tools/check_format.py fix'
While passing single file or passing nothing succeeds:
$ for f in $(find source/common/stats -type f); do ./tools/check_format.py check ${f}; done
./tools/check_format.py check
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
beginnerGood starter issues!Good starter issues!enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!