Skip to content

Commit b1c50d5

Browse files
committed
feat: add install-wheel.sh and pre-commit config
1 parent 291c19d commit b1c50d5

File tree

7 files changed

+403
-6
lines changed

7 files changed

+403
-6
lines changed

.pre-commit-config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v6.0.0
4+
hooks:
5+
- id: trailing-whitespace
6+
# - id: check-yaml
7+
- id: end-of-file-fixer
8+
- id: check-added-large-files
9+
- id: check-merge-conflict
10+
- repo: https://github.com/astral-sh/ruff-pre-commit
11+
rev: v0.13.3
12+
hooks:
13+
- id: ruff-check
14+
- id: ruff-format

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# cpp-linter.github.io
1+
# cpp-linter.github.io

docs/blog/posts/myfirst.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ authors:
1616
---
1717

1818
# cpp-linter-action supports xxx features
19-

docs/discussion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Join our community discussions to ask questions, share ideas, and connect with o
99
Visit our GitHub Discussions to:
1010

1111
- **Ask Questions** - Get help from the community and maintainers
12-
- **Share Ideas** - Propose new features or improvements
12+
- **Share Ideas** - Propose new features or improvements
1313
- **Show and Tell** - Share your projects using cpp-linter tools
1414
- **General Discussion** - Chat about C/C++ linting and best practices
1515

0 commit comments

Comments
 (0)