We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c3b2d commit 2e1aea8Copy full SHA for 2e1aea8
Cargo.toml
@@ -8,7 +8,7 @@ resolver = "2"
8
version = "2.0.0-rc12" # auto
9
authors = [
10
"Brendan Doherty",
11
- "Peter Shen",
+ "Xianpeng Shen",
12
]
13
description = "Run clang-format and clang-tidy on a batch of files."
14
homepage = "https://cpp-linter.github.io/cpp-linter-rs"
pyproject.toml
@@ -11,7 +11,7 @@ license = {text = "MIT License"}
requires-python = ">=3.9"
{ name = "Brendan Doherty", email = "2bndy5@gmail.com" },
- { name = "Peter Shen", email = "xianpeng.shen@gmail.com" },
+ { name = "Xianpeng Shen", email = "xianpeng.shen@gmail.com" },
15
16
classifiers = [
17
# https://pypi.org/pypi?%3Aaction=list_classifiers
0 commit comments