diff --git a/.editorconfig b/.editorconfig index 999f94bae00..67b30b62ad4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -50,15 +50,6 @@ indent_style = space indent_size = 2 indent_style = space -[*.go] -indent_size = 8 -indent_style = tab -tab_width = 8 - -[*.{js,ts}] -indent_size = 4 -indent_style = space - [*.{py,pyx,pxd,pxi}] indent_size = 4 indent_style = space diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6084671f1c2..79e658f52f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -34,16 +34,12 @@ /cpp/src/arrow/flight/ @lidavidm /cpp/src/parquet @wgtmac /csharp/ @curthagenlocher -/go/ @zeroshade -/java/ @lidavidm -/js/ @domoritz @trxcllnt /matlab/ @kevingurney @kou @sgilmore10 /python/ @AlenkaF @raulcd @rok /python/pyarrow/_flight.pyx @lidavidm /python/pyarrow/**/*gandiva* @wjones127 /r/ @jonkeane @thisisnic /ruby/ @kou -/swift/ @kou # Docs # /docs/ diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 7ef92f0be9b..1c50b24fd6b 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -30,16 +30,6 @@ - any-glob-to-any-file: - csharp/**/* -"Component: Go": -- changed-files: - - any-glob-to-any-file: - - go/**/* - -"Component: JavaScript": -- changed-files: - - any-glob-to-any-file: - - js/**/* - "Component: MATLAB": - changed-files: - any-glob-to-any-file: @@ -60,11 +50,6 @@ - any-glob-to-any-file: - ruby/**/* -"Component: Swift": -- changed-files: - - any-glob-to-any-file: - - swift/**/* - "Component: FlightRPC": - changed-files: - any-glob-to-any-file: