1 Star 0 Fork 0

小飞鱼/keypop-reader-cpp-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.pre-commit-config.yaml 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
Alexandre MUNSCH 提交于 2024-02-22 11:31 . Migration to 2.0.0
#**************************************************************************************************
#* Copyright (c) 2024 Calypso Networks Association https://calypsonet.org/ *
#* *
#* This program and the accompanying materials are made available under the *
#* terms of the MIT License which is available at https://opensource.org/licenses/MIT. *
#* *
#* SPDX-License-Identifier: MIT *
#**************************************************************************************************/
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/pocc/pre-commit-hooks
rev: master
hooks:
- id: clang-tidy
name: clang-tidy
entry: clang-tidy -p=build
--system-headers
--fix-errors
# Code formatting (see .clang-format for config used).
- id: clang-format
name: clang-format
args: [-i]
# Static code analysis (for C++ files).
- id: cppcheck
name: cppcheck
args: [--enable=all,
--error-exitcode=1,
--language=c++,
--suppressions-list=./.cppcheck.suppress]
files: \.(cpp|hpp)$
# Coding style analysis. Based on Google C++ code style.
# cpplint configuration can be found in CPPLINT.cfg.
- id: cpplint
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bigflyFish/keypop-reader-cpp-api.git
git@gitee.com:bigflyFish/keypop-reader-cpp-api.git
bigflyFish
keypop-reader-cpp-api
keypop-reader-cpp-api
develop-2.0.0

搜索帮助

D67c1975 1850385 1daf7b77 1850385