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() {
105
105
done < <( find . -name ' *.swift' \
106
106
! -name ' *.pb.swift' \
107
107
! -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/*' \
115
108
! -path ' ./.build/*' )
116
109
}
117
110
Original file line number Diff line number Diff line change @@ -45,12 +45,7 @@ function check_formatting() {
45
45
run_logged " Checking formatting" " $here /format.sh -l"
46
46
}
47
47
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
-
52
48
errors=0
53
49
check_license_headers
54
50
check_formatting
55
- check_generated_code_is_up_to_date
56
51
exit $errors
You can’t perform that action at this time.
0 commit comments