mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Add some comments for runtime (#309)
* Add some notes for runtime * modify note * modify note * add some comment * Add comment for runtime * Add comment for runtime * Add comment for runtime * Add comment for runtime
This commit is contained in:
@@ -24,15 +24,15 @@ repos:
|
||||
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py)$
|
||||
exclude: (?!.*third_party)^.*$
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: clang-format-with-version-check
|
||||
name: clang-format
|
||||
description: Format files with ClangFormat.
|
||||
entry: bash .clang_format.hook -i
|
||||
language: system
|
||||
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto)$
|
||||
|
||||
# - repo: local
|
||||
# hooks:
|
||||
# - id: clang-format-with-version-check
|
||||
# name: clang-format
|
||||
# description: Format files with ClangFormat.
|
||||
# entry: bash .clang_format.hook -i
|
||||
# language: system
|
||||
# files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto)$
|
||||
#
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: cpplint-cpp-source
|
||||
|
||||
Reference in New Issue
Block a user