Skip to content

Commit bd58bb0

Browse files
committed
Update scripts
1 parent 9cdcff3 commit bd58bb0

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed
File renamed without changes.

scripts/license-check.sh renamed to dev/license-check.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

scripts/sanity.sh renamed to dev/sanity.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
5248
errors=0
5349
check_license_headers
5450
check_formatting
55-
check_generated_code_is_up_to_date
5651
exit $errors

0 commit comments

Comments
 (0)