Skip to content

Commit 0687d8e

Browse files
authored
Merge pull request #90 from cpp-linter/patch-2
2 parents 5757648 + 2e1aea8 commit 0687d8e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"rust-lang.rust-analyzer",
44
"streetsidesoftware.code-spell-checker",
55
"fill-labs.dependi",
6-
"wolfmah-vscode.just-syntax"
6+
"wolfmah-vscode.just-syntax",
7+
"eamodio.gitlens"
78
]
89
}

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "2"
88
version = "2.0.0-rc12" # auto
99
authors = [
1010
"Brendan Doherty",
11-
"Peter Shen",
11+
"Xianpeng Shen",
1212
]
1313
description = "Run clang-format and clang-tidy on a batch of files."
1414
homepage = "https://cpp-linter.github.io/cpp-linter-rs"

bindings/python/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cpp-linter-py"
33
edition = "2021"
44
readme = "README.md"
5-
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/py-binding"
5+
repository = "https://github.com/cpp-linter/cpp-linter-rs/tree/main/bindings/python"
66
version.workspace = true
77
authors.workspace = true
88
description.workspace = true

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = {text = "MIT License"}
1111
requires-python = ">=3.9"
1212
authors = [
1313
{ name = "Brendan Doherty", email = "[email protected]" },
14-
{ name = "Peter Shen", email = "[email protected]" },
14+
{ name = "Xianpeng Shen", email = "[email protected]" },
1515
]
1616
classifiers = [
1717
# https://pypi.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)