Skip to content

Commit 53e951b

Browse files
fsaintjacqueskou
authored andcommitted
ARROW-7523: [Developer] Relax clang-tidy check
The following checks are removed due to verbosity - modernize-use-trailing-return-type - readability-* Closes apache#6145 from fsaintjacques/ARROW-7523-ignore-modernize-use-trailing-return-type and squashes the following commits: 1623e8d <François Saint-Jacques> ARROW-7523: Ignore modernize-use-trailing-return-type clang-tidy check Authored-by: François Saint-Jacques <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 8cf0c8e commit 53e951b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-tidy

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717
---
18-
Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,google-*,modernize-*,readability-*'
18+
Checks: 'clang-diagnostic-*,clang-analyzer-*,-clang-analyzer-alpha*,google-*,modernize-*,-modernize-use-trailing-return-type'
1919
# produce HeaderFilterRegex from cpp/build-support/lint_exclusions.txt with:
2020
# echo -n '^('; sed -e 's/*/\.*/g' cpp/build-support/lint_exclusions.txt | tr '\n' '|'; echo ')$'
2121
HeaderFilterRegex: '^(.*codegen.*|.*_generated.*|.*windows_compatibility.h|.*pyarrow_api.h|.*pyarrow_lib.h|.*python/config.h|.*python/platform.h|.*thirdparty/ae/.*|.*vendored/.*|.*RcppExports.cpp.*|)$'

0 commit comments

Comments
 (0)