File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
" rust-lang.rust-analyzer" ,
4
4
" streetsidesoftware.code-spell-checker" ,
5
5
" fill-labs.dependi" ,
6
- " wolfmah-vscode.just-syntax"
6
+ " wolfmah-vscode.just-syntax" ,
7
+ " eamodio.gitlens"
7
8
]
8
9
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ resolver = "2"
8
8
version = " 2.0.0-rc12" # auto
9
9
authors = [
10
10
" Brendan Doherty" ,
11
- " Peter Shen" ,
11
+ " Xianpeng Shen" ,
12
12
]
13
13
description = " Run clang-format and clang-tidy on a batch of files."
14
14
homepage = " https://cpp-linter.github.io/cpp-linter-rs"
Original file line number Diff line number Diff line change 2
2
name = " cpp-linter-py"
3
3
edition = " 2021"
4
4
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 "
6
6
version.workspace = true
7
7
authors.workspace = true
8
8
description.workspace = true
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = {text = "MIT License"}
11
11
requires-python = " >=3.9"
12
12
authors = [
13
13
{ name = " Brendan Doherty" , email = " 2bndy5@gmail.com" },
14
- { name = " Peter Shen" , email = " xianpeng.shen@gmail.com" },
14
+ { name = " Xianpeng Shen" , email = " xianpeng.shen@gmail.com" },
15
15
]
16
16
classifiers = [
17
17
# https://pypi.org/pypi?%3Aaction=list_classifiers
You can’t perform that action at this time.
0 commit comments