File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -105,13 +105,6 @@ check_copyright_headers() {
105105 done < <( find . -name ' *.swift' \
106106 ! -name ' *.pb.swift' \
107107 ! -name ' *.grpc.swift' \
108- ! -name ' LinuxMain.swift' \
109- ! -name ' XCTestManifests.swift' \
110- ! -path ' ./Sources/GRPCCore/Documentation.docc/*' \
111- ! -path ' ./FuzzTesting/.build/*' \
112- ! -path ' ./Performance/QPSBenchmark/.build/*' \
113- ! -path ' ./Performance/Benchmarks/.build/*' \
114- ! -path ' ./scripts/.swift-format-source/*' \
115108 ! -path ' ./.build/*' )
116109}
117110
Original file line number Diff line number Diff line change @@ -45,12 +45,7 @@ function check_formatting() {
4545 run_logged " Checking formatting" " $here /format.sh -l"
4646}
4747
48- function check_generated_code_is_up_to_date() {
49- run_logged " Checking generated code is up-to-date" " $here /check-generated-code.sh"
50- }
51-
5248errors=0
5349check_license_headers
5450check_formatting
55- check_generated_code_is_up_to_date
5651exit $errors
You can’t perform that action at this time.
0 commit comments