소스 검색

Emit 'swift-format-ignore-file' in generated files to avoid having them reformatted by swift-format (#1606)

Sergey Mikhanov 2 년 전
부모
커밋
00e0444f2b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/license-check.sh

+ 1 - 1
scripts/license-check.sh

@@ -97,7 +97,7 @@ check_copyright_headers() {
       # Package.swift is preceeded by a "swift-tools-version" line.
       *.grpc.swift)
         expected_sha="$SWIFT_GRPC_SHA"
-        drop_first=8
+        drop_first=9
         expected_lines=13
         ;;
       *.pb.swift)