代码拉取完成,页面将自动刷新
---
# This file tells https://pre-commit.com/
# which hooks are provided by this repo
# for use by other git repos.
- id: clang-format
name: clang-format
entry: clang-format-hook
description: Formats C, C++, Objective-C, and Java code
types_or: [c, c++, c#, objective-c, java]
language: python
- id: clang-tidy
name: clang-tidy
entry: clang-tidy-hook
description: Find warnings/errors in C, C++, and Objective-C code
types_or: [c, c++, c#, objective-c]
language: python
- id: oclint
name: oclint
entry: oclint-hook
description: Find warnings/errors in C, C++, and Objective-C code
types_or: [c, c++, c#, objective-c]
language: python
- id: uncrustify
name: uncrustify
entry: uncrustify-hook
description: Formats C, C++, Objective-C, Java, D, and Vala code
# D, vala currently aren't valid file types. See https://github.com/pre-commit/identify/issues/258
types_or: [c, c++, c#, objective-c, java]
language: python
- id: cppcheck
name: cppcheck
entry: cppcheck-hook
description: Find warnings/errors in C, C++, and Objective-C code
types_or: [c, c++, c#, objective-c]
language: python
- id: cpplint
name: cpplint
entry: cpplint-hook
description: Find warnings/errors in C/CPP code
types_or: [c, c++, c#, objective-c, cuda]
language: python
- id: include-what-you-use
name: include-what-you-use
entry: include-what-you-use-hook
description: Runs Include-What-You-Use (iwyu) in C/CPP code
types_or: [c, c++, c#, objective-c, cuda]
language: python
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。